[Support request] Remove Sidebar Orange Color

Home Forums Support [Support request] Remove Sidebar Orange Color

Home Forums Support Remove Sidebar Orange Color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #918150
    Sanjay

    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

    #918270
    David
    Staff
    Customer Support

    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.

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