Change font size of Title block header 18 but NOT speech bubble text

Posted in: Newspaper
Post count: 494

Hi,

How can I change the font size of the Title element, design “block header 18”, without changing the font size of the “Speech bubble text”?

Thanks

Post count: 21065

Hello @meri!

Unfortunately, there are no different settings for them at the moment.

We will take in consideration your query and I will add this feature on our improvement list.

Thank you for understanding!

Post count: 494

Hi @Bettina

Maybe with some CSS?

Thanks

Post count: 21065

Hello @meri!

Try to add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS:

.td_block_template_18 .td-block-title .td-block-speech-bubble {
font-size: 33px!important;}

You can change the font-size of your “Speech bubble text” by replacing the “33” from the code with the value you want. But, if you change again the value of the block title, then it will replace the value of “Speech bubble text” automatically again.

Thank you!

Post count: 494

Thanks @bettina

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