Pro version thumbnails are not working
- Posted by TemplatePlazza (5260) Offline
Are you sure this would work ? The articles are build using Yootheme Pro Builder and not the Joomla core editor. Therefore I'm not sure that this code will recognize the title and category written at the beginning of each
Have you tried it? It should be working properly, I think
Last edit: 1 year 7 months ago by TemplatePlazza.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5260) Offline
You can do add this to CSS adjustment for International 2 (ronaldo) :
Apexbit Services wrote:
Just one more question. What do I use to change the font for introtext ?
.mfp_mid_108 .mfp_default_item .mfp_introtext {
font-family:sans-serif;
font-size:0.7em;
}
Please Log in or Create an account to join the conversation.
- Posted by Apexbit Services (13) Offline
Is there a way to translate the "Load more" button in infinity theme ? How about changing the text and background color ?
1 year 7 months ago - 1 year 7 months ago #21
by Apexbit Services
Last edit: 1 year 7 months ago by Apexbit Services.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5260) Offline
You can do that by adding a language override. If you don't know to add it please follow this video :Is there a way to translate the "Load more" button in infinity theme ?
It's the same way you add Css Adjustment before. Use 'Inspect element' to get unique class for the module instance then add a css class like this :How about changing the text and background color ?
.mfp_mid_97 .mfp_load_btn_wrp_last_item button{ background-color:red; }
Last edit: 1 year 7 months ago by TemplatePlazza.
Please Log in or Create an account to join the conversation.
- Posted by Apexbit Services (13) Offline
I used this code but the background of the "Load More" button didn't change.mfp_mid_171 .mfp_load_btn_wrp_last_item button{ background-color:red; }
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5260) Offline
Can you point me to the web/page where the module is published?
1 year 7 months ago #24
by TemplatePlazza
Please Log in or Create an account to join the conversation.