[Resolved] Changing the color of the background with Premium layout

Home Forums Support [Resolved] Changing the color of the background with Premium layout

Home Forums Support Changing the color of the background with Premium layout

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #910997
    Robbe

    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

    #911074
    David
    Staff
    Customer Support

    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 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.