Reply To: Change title background color in specific category?

Home Forums Support Change title background color in specific category? Reply To: Change title background color in specific category?

Home Forums Support Change title background color in specific category? Reply To: Change title background color in specific category?

#109358
Tom
Lead Developer
Lead Developer

So close! The category class and .single class are both a part of the <body> element, so it would be:

.category-108.single .entry-title   {
    background: #f7f7f7;
}