Font size change on single post page through Woredpress options

Posted in: Newspaper
Post count: 4

Hi,

I am still in the process of adding contents to my website.

I am not able to change font size on single post page although the change is visible when I edit the post but not reflecting when the page is loaded.

https://imgur.com/a/VHtSZvS

https://imgur.com/a/U5ASty1

The actual post page… https://www.biztekmantra.com/sales-and-marketing-the-war-must-end/

There is no effect also when I try to change fonts from tagdiv composer.

Please help.

Post count: 4

Hi,

I am looking forward for your support.
Please advise.

Regards
Hardeep

Post count: 27744

Hello,

When you select a paragraph for which you want to change the font size, you must add an extra class https://i.imgur.com/x2kFaVX.png for example, “big-word” and you need to use this custom code CSS => https://i.imgur.com/gVkTg1U.png

.single .tdb-block-inner > p.big-word
{
font-size: 42px!important;
}

The code needs to be set in Theme panel -> Custom code -> Custom CSS
The font size from the editor is overwritten by fonts in the theme, so you can set the font size with tagDiv Composer => https://www.screencast.com/t/w3GciYiPaO

Hope this helps you!

Thank you!

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