Archived topic
change Marketer siderbar color from orange to light grey
1 reply · Started by jason on July 12, 2020
Viewing posts 1–2 of 2
I use the "Marketer" for GP now, I want to change the left siderbar orange color to light grey with black text.
I have try to modify at customize - colors- Sidebar Widgets, but it is not available.
Pls check the website url at admin below and help.
Tks
Hi there,
Go to Customizer > Additional CSS and modify this block of CSS:
.sidebar .widget:first-child {
background-color: #e86000;
color: #fff;
}
This archived topic is closed to new replies.