Enlarge caption on block 18

Posted in: Newspaper
Post count: 186

Hi Support,

Please how do enlarge the caption on block 18 using css code?

Post count: 20688

Hi,

If you mean the font size for the excerpt, you can increase it only for that particular block with a code like this – https://www.screencast.com/t/0eJHZcvwAD
The default value is 13px. This is the code used, you can modify the value according to your needs

.td_block_18 .td-excerpt {
font-size: 18px;
}

Thanks

Post count: 186

PLease i wanted to use it on the Custom CSS on the theme panel, how do i put it

Post count: 20688

Hi,

You just need to enter the code in the Theme panel->Custom Css section
https://www.screencast.com/t/NwJOaElHPK
The code will make the excerpt that is displayed on the mentioned block, the size you want.
If you wanted something else, please correct me.

Thanks

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