Okay
  Public Ticket #198253
sub-menu hover color change / css code
Closed

Comments

  • Amado started the conversation

    trying to locate css code for changing the sub-menu hover color. Can you please assist and provide. Have checked every where and cannot find it :(


  • Amado replied

    FInally found it.

    .sf-menu li ul li a:hover, .sf-menu li ul li.sfHover > a {
    color: #27CFC3;
    background-color: #272727!important;
    }