How to change hover color in top menu & submenus

  • Author
    Posts
  • #99258

    How can I change the hover color in the top menu? My menu & submenus are black, and if there’s any hover color it’s barely visible. Thanks in advance!

    #99259

    Never mind, I found the answer through a Google search. If anyone else has the same question, this worked for me: add the following to custom CSS (under Misc. settings) –

    #access > .menu > ul > li > a > span:hover {
    color: red;
    }
    #access ul ul li a:hover {
    color: red;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘How to change hover color in top menu & submenus’ is closed to new replies.