Widget Area Background color
- The topic ‘Widget Area Background color’ is closed to new replies.
Need help? Check out our Support site, then
Is there a way to change the background colour of the widget area to blend in with the social media and wordpress icon area? to the same color
The blog I need help with is: (visible only to logged in users)
Is there a page that displays the widgets area you are referencing? If so, I can take a look and see about providing some CSS to get your started.
Its on all the pages, the footer area I want the social media background to be black and blend in with the wordpress icon at the bottom
The following CSS should change the background color of the social nav to be the same as the footer text area:
.social-nav {
background: #0a0a0a;
border-width: 0;
}
thanks worked like a charm.
Great, good to hear!