Footer widget area menu background color

On my site http://corporate.alchemiya.com/

I have set the footer widget to background colour black using:

.x-colophon.top {
background-color: #efefef;
}

But the Navigation background also needs to be black with the text another colour and I can’t figure out how to set this.

Thanks

Hello There,

Thanks for posting in!

To resolve your issue, please have your code updated and use this:

.x-colophon.top {
   background-color: #efefef;
}

.x-colophon .widget ul li,
.widget_categories ul, 
.widget_product_categories ul, 
.widget_nav_menu ul, 
.widget_pages ul {
    background-color: transparent;
    border: none;
}

.widget_categories ul>li a, 
.widget_product_categories ul>li a, 
.widget_nav_menu ul>li a, .widget_pages ul>li a {
    margin-top: 3px;
    margin-bottom: 3px;
}

Please let us know if this works out for you.

1 Like

Excellent! It worked! Thanks!

On behalf of my colleague, you’re welcome. Cheers! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.