Custom Menu in Footer Background Color
I placed a custom menu in footer1 and footer2 of my site.  The custom menu background color is different than the background color of my footer.  How can I make the custom menu background color match the generic footer background color?  Either with custom CSS or a theme setting.
http://www.screencast.com/t/2RA3XJih
Comments
please send us link to page where this menu is.
Here is the link to the page. http://compensation-consulting.com/
.widget_archive ul, .widget_nav_menu ul { background: none !important; }Thank you! This solved the issue.