Shape 5

Wordpress Club Themes => Soul Search - Club => : thaimacky July 21, 2016, 12:20:22 PM



: change background of hovered inactive main menu items
: thaimacky July 21, 2016, 12:20:22 PM
where can i change that white-to-grey gradient of the inactive main menu item's background when hovered. i cannot find it with the developer tools :(


: Re: change background of hovered inactive main menu items
: Tristan Rineer July 22, 2016, 05:43:44 AM
I looked at the demo with Firebug (http://getfirebug.com/), it appears that the gradient is an image, defined in css/s5_flex_menu.css around line 309:

:
#s5_nav li.active {
    background: url(../images/s5_active_menu.png) repeat-x bottom left;
}