Hi,
Is it possible to make a nav menu button have a background color when I’m on that select page.
Example. If I’m on the Fighter Jet Page the top nave menu area That Says Fighter Jet has a yellow background.
Hey!
The link you posted returns a file index.
Cheers!
Josue
Hey!
Try adding this code to the Quick CSS:
#header .main_menu .current-menu-item {
background: red;
}
Cheers!
Josue