How can I change the 'category-page Titel' color

Posted in: Newspaper
Post count: 5

Hi,

First I would like to say thank you for this great theme.

My question: How can I change the colors for category pages titel? I can’t find color settings for the “category page titel’ in the theme panel.

Thank you for your help.

johannes

Post count: 20688

Hi,

Thank you for your appreciation. If you mean the title in the category page – https://www.screencast.com/t/sSZBRVXYHRK you could change it with with some css like in the screenshot, for all the category page titles. Here is a tutorial about how to use your browser inspector and identify the elements on the page and their classes, in order to create custom code and easily change their color for example – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ This is the code I used in the example

.category .td-page-title {
color: blue;
}

Thanks

Post count: 5

Hi Simion,

Thank you so much. This works fine.

thx,
johannes

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