font for block text with title

Posted in: Newspaper
Post count: 15

Hi,

Can I style the font and color for text in the widget “Text With Title” with the Theme panel?

I’ve tried adding custom CSS but it is being overwritten by the theme.
.td_block_text_with_title{
font-size: 15px;
line-height:21px!important;
}

Post count: 22421

Hi,

You should add a p tag after the class like so:
.td_block_text_with_title p{
font-size: 15px;
line-height:21px!important;
}

Thanks.

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