Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29436

    Hi,

    I was wondering how to change the background color and text color of the drop down menus. Could you help me out?

    Thanks!

    #140655

    Hi,

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

    .header_color .main_menu .menu ul li a {
    background: red;
    color: white;
    }

    Hover state:

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

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

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Changing background/text color on sub-menus’ is closed to new replies.