Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28705

    How do we change the hover background AND hover text link color for the SUB-links within the dropdown menu ?

    #138371

    Hey,

    You can use this on your custom.css or Quick CSS:

    Text link color:

    #top .header_color .main_menu .menu ul li>a:hover {
    color: red;
    }

    Background hovercolor:

    .header_color .main_menu .menu ul li a:hover {
    background-color: blue;
    }

    Regards,

    Ismael

    #138372

    Worked great.

    Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changing the Hover color in dropdown’ is closed to new replies.