How do I resize font in "Text with title" box?

Posted in: Newspaper
Post count: 74

Editing a page using TD Composer, added a “Text with title” box, writing a few paragraphs in it.

To change the font of the text, I go to Theme Fonts>Body>Font. BUT although this also lets me change the line height/style/weight/transform… when I change the font size, it doesn’t change at all. So, how do I change the font size?

Post count: 22421

Hello,

You can change the font size specifically for the text with title element using this code:

.td_block_text_with_title p{
font-size:21px;
}

Add the code in the theme panel-> custom css box.

Thank you!

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