Site logo

Archived topic

Marketer Theme: Sidebar Widget Background Color

5 replies · Started by Yudhistra on November 22, 2018

Viewing posts 1–6 of 6

Hello,

For some reason, only the first sidebar widget background color is displaying orange.
When I scroll down, it becomes white.
I haven't chosen that color anywhere I believe.

Please check.

Thanks!

Hi there,

Remove this CSS added in the Additional CSS field in the customizer:

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

It becomes a blank widget.

When scrolled, it displays.

Please check.

Remove this CSS as well:

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

It worked.

Thanks Leo!

No problem :)

This archived topic is closed to new replies.