How to make the sidebars border 0

Hey,
I want to change the sidebars border with some css to 0, but i don’t know how.

Have a nice day :wink:

Hi @nghtmre,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

#secondary .well {
    border: 0;
}

Best Regards,
Movin

thanks :wink:

You are most welcome here :slight_smile: