menu color help

Devilwillcry4you

Active member
How would I change the color of the background of the purple circle and the color of the text of the red circle.
 

Attachments

  • zenhelp.webp
    zenhelp.webp
    6 KB · Views: 16
Admin CP -> Appearance -> Templates -> EXTRA.css

Rich (BB code):
.navTabs .navTab.help .navLink
{
	color: red;
}

.navTabs .navTab.members
{
	background-color: purple;
}
 
Top Bottom