I want the menu links to remain white. I don't want them changing color. All menu links must remain white. How do I do that?

    arimakidd
    Hi
    Add this code in custom.css

    #menu ul ul > li a:hover, #menu ul ul > li.parent .zen-menu-heading:hover {
        color: #fff;
    }

    Regards

      Ninja locked the discussion.
      Write a Reply...
      You need to Login to view replies.