Colour Category Title in Homepage

Posted in: Newspaper
Post count: 5

Hello,

how or where can we change the colour of the name of the categories in the homepage – in the blocks?

Thank you very much.

Elsa

Post count: 23312

Hello Elsa Furtado,

I suppose that you are referring to the color of Category tag. You can change these only with a bit of CSS code. If you want to give you an accurate code in this regard, please provide your website URL so I can further inspect it closer. If you want to have the same color for each category, you can change it from Theme panel, like this -> http://screencast.com/t/R6EZ4okLn

Thank you for the message!

Post count: 5

No no Catalin,

that i have already done, and in the homepage also. I’m referring ti the category names – titles

You can see here: http://dev.canelaehortela.com/category/teatro/

Teatro is black and we want to change it to blue.

Thanks,

Elsa

Post count: 23312

Hello Elsa Furtado,

If you want to change the category tag for category page you have to use a bit of CSS code. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-post-category {
background-color: red!important;
}

The result -> http://screencast.com/t/2SXCpsMptTiy

Thanks.

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