Change the color of window

Hello,

I contact you because I use your wordpress theme “Sparkling”.

My question is simple: How to change the color of the frame of my table and widgets? (Currently the color is white)

Thank you,

Regards,

Adrien.

Hi Adrien,

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

We can change its color by developing custom CSS code.

Could you please share me your site URL where it’s displaying so that i can help you to achieve it?

Best Regards,
Movin

Hi,

Thanks for your help.

We can seee my website just here: howlget.com

Thanks you,

Adrien.

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 -> Additional CSS

#secondary .well,
.post-inner-content {
    background-color: #b3e6b2;
    border-color: #b3e6b2;
}