Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Change single tab colour


@mercime
Participant

@mercime

> @markhahnel it’s a matter of style’s specificity/using correct selector and precedence

Place this after the last style in your active theme’s style.css file

`/*** Highlight this page tab for a few weeks ***/
ul#nav li.page-item-582 { background-color: #FF0000 !important; }`

Then delete the block when you don’t need it anymore.

Skip to toolbar