Archived topic
How Can I Change The Color of This Sidebar Widget?
3 replies · Started by Theodore on October 22, 2020
Viewing posts 1–4 of 4
Hi,
Please, how can i change the color of the first sidebar widget on my site as shown on the screenshot below? I'm using the "Marketer' template.
Thanks.
Hi there,
Edit this CSS in the Additional CSS field in the customizer:
.sidebar .widget:first-child {
background-color: #e86000;
color: #fff;
}
You can remove the CSS if you just want the color to match with the other widgets.
Let me know if this helps :)
Ok, thanks a lot.
No problem :)
This archived topic is closed to new replies.