Change Active Link background of secondary menu
Hi,
where can I change the active link background color of the secondary menu?
Best Stefan
where can I change the active link background color of the secondary menu?
Best Stefan
Comments
please send us link to page where you would like to change this color first so we can take a closer look.
#Header .secondary-menu {margin-top: -10% !important;}
#Header .secondary-menu > li > a { color: #black !important; }
#Header .secondary-menu > li > a:hover { color: #8cbe29 !important; }
#Header .secondary-menu > li:hover { background-color: #fff !important; }
So I figured it out myself. Thanks