widgets font block 15

Posted in: Newspaper
Post count: 28

How to change font size of widgets block 15 ?
->https://imgur.com/a/C6gHKnR
I want to change font size Block header title and Article title
Thanks.

Post count: 35449

Hi,

If you want to change the font size only for block 15 then you’ll need to add an extra class -> https://www.screencast.com/t/YcVygskdAq -> https://www.screencast.com/t/saRccv9988bT
.extra-class .block-title{
font-size: 25px;
}

For latest articles -> https://www.screencast.com/t/xk9r40YUE
.td-pb-article-list .block-title{
font-size: 25px;
}

Also please check our documentation for font customization -> https://forum.tagdiv.com/font-customization/

Thank you for your understanding!

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