Home › Support › Themes Forum › Awesome One-Pro: Change Hover Navigation background
Hello,
Want to change the hover background on the navigation. Currently set to black: http://www.blazingsystems.com/selmanew/
Tried adding:.nav ul li:hover ul.sub-menu{background-color:#fff}; to end of style sheet, but did not work.
Any help?
Hi
Go to Appearance >> Theme Options >> Basic Settings >> Custom CSS and add the below code with your color code. .header .header-inner .nav ul li:hover > ul{background-color:#000000;}
Thank You
Unfortunately that didn’t work.
Switched color to #FFFFFF:http://imgur.com/dRAtFG4
Dropdown background still black: http://www.blazingsystems.com/selmanew/
wp
Not sure if this is gonna be a re-post…not sure first one went through:
Unfortunately this didnt work:
Changed color code to ffffff,http://imgur.com/dRAtFG4
Site still has black background drop down:http://www.blazingsystems.com/selmanew/
Thanks in advance for help.
In the custom css box remove > and use > sign or space and after the code add !important for eg:
.header .header-inner .nav ul li:hover > ul{background:#ffffff !important;}
That worked! Thanks for the help!