Category Page Text

Posted in: Newspaper
Post count: 14

What causes the text on category pages to become grey and italicized? I can’t seem to figure out how to avoid this.

Post count: 22421

Hi,
It is a css rule added in the theme style.css. This is the code:

.td-category-description p {
font-style: italic;
font-family: 'Open Sans', arial, sans-serif;
color: #777;
font-size: 16px;
line-height: 26px;
margin-bottom: 0;
margin-top: 15px;
}

You can change the code and use the !important tag and then place the code in the theme paenl->custom css box to override the theme code.

Thank you!

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