Hi guys,
i can´t find options to change size, color, hover color for the secondary menu on my homepage. You can have a look on the screenshot to see where my problem is :
[Links visible only for registered users] (red marked)
Is it defined, is there any option or do i have to do it with css code? Could you please help and give me an instruction to do it?
thanks in advance,
simon
Comments
please send us link to page where you got this menu first.
#Header .secondary-menu > li > a { color: #000 !important; }#Header .secondary-menu > li:hover { background: #000 !important; }
#Header .secondary-menu > li:hover > a { color: #FFF !important; }