categories description

Posted in: Newspaper
Post count: 16

How can I change the style of the text in the description of the categories?

https://www.screencast.com/t/jm4Bok4VrVc

Post count: 1341

The theme will style the paragraph containing the category descriptions, by default. At the moment there are no specific options for this, there might be in future updates.
You could style them differently with CSS for example like this, or how you like them to be
https://www.screencast.com/t/9NpLGqKUvEQF

.td-category-description p {
font-family: Merriweather,'Open Sans',arial,sans-serif;
font-style: normal;
color: black;
}

https://forum.tagdiv.com/topic/some-problems-with-my-theme/#post-196975

Also: https://forum.tagdiv.com/topic/reduce-category-font-size/#post-159701

Post count: 16

Hi,
thx

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