Widget background
-
Hi Guys,
My widgets always get this faint blue background and I wanted to change it from blue to gray like my page’s background. Do you know how to do this?
Many thanks!
-
Hi there, this will make the background of your widgets the same grey as you have set for your site background.
.widget-wrapper { background-color: #efefef; } -
-
You are welcome, and to remove the border on the widgets, add the following to the CSS rule I gave you above.
border: none; -
Almost there, there’s just a very faint border now (widgets at the bottom of the page): https://cswilde.com/ : D
-
I don’t see the border declaration in your CSS rule. I see this
.widget-wrapper { background-color: #efefef; }and it needs to be this
.widget-wrapper { background-color: #efefef; border: none; } -
-
- The topic ‘Widget background’ is closed to new replies.