where to change the font size of the headings

Posted in: Newspaper
Post count: 28

Can’t find a place where I could change the size of h1 headings that is

Post count: 20688

Hi,

You could use some css code to modify that heading size
https://www.screencast.com/t/2BwsZGJEkp
The default value for the heading is 30px, you could modify the code the way you want, then enter it in Theme panel->Custom Css

.category .td-page-title {
font-size: 20px;
}

Thanks

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