Customising Category Headings

Posted in: Newsmag
Post count: 14

When I click on a category, the posts appear for the respective category with a black box and white text as the category heading.

How/where do I change this category heading (with the black box and white text) to my preferred hex code color?

Thank you.

Post count: 7909

Hi,

Unfortunately there is no option to change background-color for heading in category’s page. This can be changed only for category tag on post page from Theme Panel.
Anyway you can change the background with custom css, but this change the color for all category’s pages. It can’t be done for each category individual: http://screencast.com/t/MWelM4Rhx1n

.category .entry-title span{
background-color: blue;
color:red;
}

Thanks!

Post count: 14

Thanks Alin.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.