Tage page font

Posted in: Newspaper
Post count: 1

Good day!
Where I can change font size for main text (tag description) on tag page?
I would like the same text like in posts. But default text size for tag page is smaller.
Thank you.

  • This topic was modified 8 years by re-mark.
Post count: 20688

Hi,

The tag description in the tag page does not have a specific font setting in the theme panel, at the moment. However the font properties for it could be changed with a code like this, according to your preferences
https://www.screencast.com/t/5EEXSzPEpY
Enter the code in Theme panel->Custom CSS section if you decide to use it

.tag .entry-content p{
font-size: 15px;
}

Thanks

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