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?

#161365
Tom
Lead Developer
Lead Developer

For sure!

If you’re targeting the post title on single posts:

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

If you’re targeting all posts titles (pages, posts etc..)

.entry-title {
    background: #f7f7f7;
}