• 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)
  • Thread Starter gerarddur

    (@gerarddur)

    I figured it out. For some reason, overwriting this in Custom Style would not work. I had to re-upload the file with the color change in place.

    #nav li:hover, #nav li.sfHover,
    #nav a:focus, #nav a:hover, #nav a:active, #nav li li a{
    background: #fd7800;
    }

    Problem is custom css area seems to mess up some code, such as > and & so when those sections are removed it works. Not sure how to fix this as I have some custom css code I’d prefer to use with those.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu Hover Text Color’ is closed to new replies.