Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘change widget background color’ is closed to new replies.
I added a widget area. I want to change it’s background color on some pages. How can I do it?
Hey!
You can do something like:
.page-id-12 .sidebar{
background: red;
}
If that doesn’t work please post a link to your site.
Regards,
Josue
Thanks