Font color for td-category-description

Posted in: Newspaper
Post count: 31

Hi!

I want to have the font color black, not grey, for the td-category-description on category pages like https://www.rallyextra.se/kategori/reportage-2026/

I have updated the Custom CSS to:

.td-category-description {
width: 75%;
color: #000000;
font-weight: normal;
}

width and font-weight is changed, but not the color of the text.

Thanks for help.

Kind regards
Niclas

Post count: 35449

Hi,
Please try this css:
body .td-category-description p {
width: 75%;
color: #000000;
font-weight: normal;
}

I hope will help you!

Post count: 31

Hi @calin ! Yes, many thanks.
Kind regards
Niclas

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