Hello!
I want increase the size font in module 21. To this, I´m going to Theme Panel -> Theme Fonts -> Modules and blocks (Article title) -> Module MX21.
If I change other parameters like transforms, style… this change in the module.
But if I change size font, this parameter don´t changes 🙁
Can you help me?
Thank you!!!
Hello,
@jesusito Indeed it seems the option for the font size does not work on module mx 21
You can try to change it from within the tagdiv composer though:
https://www.screencast.com/t/9A74pMzot
@wowney it depens on what template you use on your posts. If you use a custom cloud library template, you will have to make the font changes from the tagdiv composer directly on the template.
Thank you!
Figured it out. I was attempting to adjust line height to create a pleasing leading, which is the white space between lines of text. Just the right amount makes reading easier. I was fine tuning and wanted to see how it looked after each adjustment, but nothing happened!
The problem was the cache on my computer. Fonts are big and it did not want to reload. I just opened a new page in incognito and the problem went away.
Hello,
@wowney This depends on the google font used. indeed different fonts support different font weights.
@jesusito the size also works if you change it from here: https://www.screencast.com/t/FUMBH9cUQry
Thank you!
Hello,
Unfortunately there is no font shadow option but you can add it through css. Add this code in your theme panel under custom code:
.td_block_big_grid_fl_4 .td-big-grid-post .entry-title a{
text-shadow: 2px 2px red;
}
result: https://www.screencast.com/t/lxXbPNVcSKM
You can change the red color. I added it as an example.
Thanks