Site logo

Archived topic

Side bar widget color

1 reply · Started by Tarak on May 23, 2022

Viewing posts 1–2 of 2

Hi,

I have gone through couple of KB articles and still unable to resolve the side bar widget colour issue. Please provide me the CSS code that i can add to remove the colour. My site is https://tslipcl.org

Personally, its very very annoying for me as it looks weird in colour. Not sure about the reason why it had to be that way from your standpoint in the first place.

Hope you make some changes and atleast give the option for the users to add the colour if they want or the option to remove it for the one who dont like it at all, like the ones of mine.

Please help me resolve this.

Thanks

Hi there,

the color of the sidebar widget is coming from this CSS:

.sidebar .widget:first-child {
    background-image: linear-gradient(to right, #4CB8C4 0%, #49bcb9 51%, #4CB8C4 100%);
}

that CSS has been added to your Customizer > Additional CSS

This archived topic is closed to new replies.