• Solidoutdoorfurniture

    (@solidoutdoorfurniture)


    I am trying to change the background color of the boxes that show up when you hover over a drop down menu from green to white or blue.
    Thanks

Viewing 1 replies (of 1 total)
  • Theme Author inkthemescom

    (@inkthemescom)

    Hello,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a,
    #menu .current_page_item a, #menu .sfHover a, #menu li a:hover {
    background: #2565ac;
    }
    #menu .sf-menu li li:first-child a {
        background-color: #5278F6 !important;
    }

    Hope it will resolve your issue

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘background color of the boxes’ is closed to new replies.