How to change category color

Posted in: Newsmag
Post count: 3

I have a question. How can I change the color of the category tags on the main page.
I tried changing it in the “per category” stats but that changed either the background of the whole page or nothing I wanted. I added a screenshot to display what I am talking about.

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

Thanks in advance for your help.

Post count: 3

I found how to edit the color of the categories but not the color of the categories on the modules on the right side

  • This reply was modified 8 years by Berzilak.
Post count: 23312

Hello Berzilak,

I guess that you want to change the background color for your category tag and block title labels, right? If you want to make this change, you should use the code below and place it in Theme panel -> Custom CSS Area.

The code is ->

.td-category a {
background-color: green;
}
.td-main-sidebar .block-title > span {
background-color:red!important;
}

The result is here -> https://www.screencast.com/t/z3WK9l6iD

Hope this helps!

Thanks for the message!

Post count: 3

Sorry forgot to say Thank You for the Help. And yes it helped! Thanks a lot!

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