Change background of footer menu widget

edited May 2020 in Theme support
Please see: https://www.bcfintl.com/beta/

I would like to delete the darker grey box behind the Legal menu (first column widget) in the footer of the one page website. Currently it does not match the colour of my entire footer area.

I have tried - but with no success:

.widget_archive ul, .widget_nav_menu ul {
background: transparent !important;
}

Comments

  • Thank you - I managed to get it sorted with the following css:

    .widget_archive ul, .widget_nav_menu ul {
    background: transparent !important;
    }
    .widget_nav_menu ul {
    background: transparent !important;
    }

Sign In or Register to comment.