[Support request] Sidebar background not changeable

Home Forums Support [Support request] Sidebar background not changeable

Home Forums Support Sidebar background not changeable

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2240209
    Andre

    Hello guys,

    It is not possible to change the sidebar background and font color. The first sidebar part has a different color than the others who follows. How to make it completely white?

    See screenshot:

    https://prnt.sc/hUGuIiSHLYYi

    Thanks

    Andre

    #2240267
    David
    Staff
    Customer Support

    Hi there,

    go to Customizer > Additional CSS and delete:

    /* Featured widget */
    .sidebar .widget:first-child,
    .sidebar .widget:first-child .widget-title{
    	background-color: #83b0de;
    	color: #fff;
    }
    .sidebar .widget:first-child a,
    .sidebar .widget:first-child a:hover {
    	color: #fff;
    }
    #2240559
    Andre

    Thank you, worked!

    #2241184
    David
    Staff
    Customer Support

    Glad to hear that

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