Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #103678
    hjhatch
    Participant

    How do you change the background color of the sub menu hover?

    Thanks

    #103693
    Mahesh
    Keymaster

    @hjhatch: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .catchresponsive-nav-menu .sub-menu li a:hover, 
    .catchresponsive-nav-menu .sub-menu li a:focus, 
    .catchresponsive-nav-menu .children li a:hover, 
    .catchresponsive-nav-menu .children li a:focus, 
    .sidebar-header-right .widget_nav_menu .sub-menu li a:hover, 
    .sidebar-header-right .widget_nav_menu .sub-menu li a:focus {
        background-color: #00ff00;
    }

    Please change the color as desired.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Sub menu color’ is closed to new replies.