Change of font size

Posted in: Newspaper
Post count: 494

Hi,

So the change of font size for the blocks through the theme panel still doesn’t work? Even after the update?
I removed the CSS I had and tried to change the size of block 21 (so module 16) but there was no effect.

When do you plan to fix this?

Best Regards,

Post count: 7909

Hi,

Please try to set the fonts on individual block – https://www.screencast.com/t/OaJ28RNk
We have added many font options, please check this.
If it still doesn’t work please send an email at contact@tagdiv.com and provide more details and we will gladly take a look. Also paste a link to this topic if you send the email.

Thanks!

Post count: 494

I didn’t see the new options for blocks on pages.
Just had a look, it’s brilliant and works perfectly now, thanks!

Post count: 494

But now the problem is: how do I modify the font size (of block 21 for example) when I use it in a widget? (like “most popular articles” for example)

Post count: 22421

Hello,

The blocks only get font options when on pages. Not as widgets in the wordpress widgets area Sorry but for the moment widgets can only be handled with css.
You can create your block and add a custom class to it so it can be targeted with css. Then you can use the code like so:

.mycustomclass .td-module-title{
font-size:20px!important
}
.mycustomclass .td-module-meta-info .td-post-author-name{
font-size:20px!important;
}
.mycustomclass .td-module-meta-info .td-post-date{
font-size:20px!important;
}

mycustomclass can be an y name you add in your custom class field.

Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.