Site logo

Archived topic

Remove Sidebar Orange Color

1 reply · Started by Sanjay on June 2, 2019

Viewing posts 1–2 of 2

When I add a widget in Right Sidebar, then Default Widget is hidden but the Orange color did not hide. How to hide this orange color and This Margin as shown in the below image.
Remove Orange color and Margin

Hi there,

the marketer site has this CSS in Customizer > Additional CSS:

/* Featured widget */
.sidebar .widget:first-child {
	background-color: #e86000;
	color: #fff;
}

.sidebar .widget:first-child .widget-title,
.sidebar .widget:first-child a:not(.button) {
	color: #fff;
}

Just remove that CSS to remove the orange container style.

This archived topic is closed to new replies.