Menu Hover Text Color
-
Confused. Tried looking around at other “discover theme” websites and couldn’t find anyone that has changed the hover text color. It appears all are using #fff
Was trying to switch it, but can not find where to do it anywhere.
Site located @ https://www.chikarapro.com/dev/
Assumed this section but did not work…
#nav li:hover, #nav li.sfHover,
#nav li:hover > a,
#nav a:focus, #nav a:hover, #nav a:active {
outline: 0;
color: #fff;
background: #444444;
}#nav li ul li:hover, #nav li ul li.sfHover,
#nav li ul li a:focus, #nav li ul li a:hover, #nav li ul li a:active {
outline: 0;
color: #fff;
background: #fd7800;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Menu Hover Text Color’ is closed to new replies.