Archived topic
Marketer theme: changing the color of the orange sidebar box
3 replies · Started by Elizabeth on September 29, 2019
Viewing posts 1–4 of 4
I'm using the marketer theme and want to know how to change the color of the orange box in my right sidebar.
Hi there,
Go to Additional CSS field in the customizer and modify this block of CSS:
.sidebar .widget:first-child {
background-color: #e86000;
color: #fff;
}
Let me know if this helps :)
Perfect! Thank you! You're awesome Leo
Happy to help :)
This archived topic is closed to new replies.