Image Box Font

Posted in: Newspaper
Post count: 112

The default Image Box font is Uppercase and quite a small size. What custom CSS can I add to make it Capitalized instead and a larger font size?

Thank you in advance for any help with this.

Post count: 22421

Hello,

You can use this code:
.td_block_image_box .entry-title{
text-transform:capitalize!important;
font-size:25px!important;
}

Thank you!

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