Widget-fill color
-
Hi
My widgets have a kind of blue color as filling area. (It is not class .widget-area.) I simply can’t find the class to correct in the CSS-editor. (I have tried to inspect the widgets in Firefox-inspector.)
I would prefer a red color like the ordinary background. I use Apostrophe2-template.
Can you please help?
The blog I need help with is: (visible only to logged in users)
-
Hi, have you tried this? It’s a little more specific and I think it’ll do the trick.
.widget-area .sidebar-primary aside {
background: #yourcolor;
border-top-color: #etc;
color: #etc;
}
- The topic ‘Widget-fill color’ is closed to new replies.