[Resolved] How to remove background color from sidebar widget

Home Forums Support [Resolved] How to remove background color from sidebar widget

Home Forums Support How to remove background color from sidebar widget

  • This topic has 3 replies, 2 voices, and was last updated 7 months ago by Fernando.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2323132
    Kamal

    I was configuring my website.

    In the right sidebar, the first widget is automatically taking the background color as blue. Which is making it look ugly. How can I fix it please?

    Regards,
    Kamal

    #2323136
    Fernando
    Customer Support

    Hi Kamal,

    In Appearance > Customize > Additional CSS, find this code:

    .sidebar .widget:first-child,
    .sidebar .widget:first-child .widget-title{
    	background-color: #83b0de;
    	color: #fff;
    }

    You can opt to remove it, or edit #83b0de to your preferred color code.

    #2323175
    Kamal

    Thanks! Worked.

    #2323176
    Fernando
    Customer Support

    You’re welcome Kamal!

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