Site logo

Archived topic

Changing the color of the background with Premium layout

1 reply · Started by Robbe on May 26, 2019

Viewing posts 1–2 of 2

Hello

I just installed GeneratePress premium and i imported the prebuild "Marketer" site from the site library.
At the right sidebar is the top widget background color always orange, how can i change this color?
And is it possible to use the Elementor page builder or will that screw up the layout or design?

Thanks in advance
Robbe

Hi there,

in Customizer > Additional CSS - look for and remove this CSS:

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

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

You can use any page builder to edit the content :)

This archived topic is closed to new replies.