Custom Menu Background and Font Colour
In the following page I have a Custom Menu in the slider on the left that has a background shadow and the font color is the theme color.
I want to take off the shadow (transparent background) and put the font color in back.
Find link to page below:
http://spiraloftime.com/category/despertar-mi-inspiracion/
Thank you in advance!
Comments
this is nav menu widget. To change it's background and font color, use:
.widget_archive ul, .widget_nav_menu ul { background: transparent !important; }.widget_archive ul li, .widget_nav_menu ul li, .widget_archive ul li a, .widget_nav_menu ul li a { color: #000 !important; }