[support Request]Background change to white for site

Good day!
I am using Tyche but for some reason i cannot seem to change the background to white when i go to Theme Options>Colors. How can i change the background color?

Thank you.

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
Please provide a link to the actual page and let me know what exactly you want to change
Thanks!
Colorlib Support Team

Thanks for the fast response!

The Site is www.accentdog.com and I was wondering if I can change the background color to #ffffff. By Background color I mean the space where the content widgets are present, so that the products will not have a different background color compared to the site background color, basically most if not all background colors will be #ffffff

Also, is there any way I can add a sidebar to the Front Page? And take out the search bar above?

Thank you!

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the background color by going to Appearance > Customize > Additional CSS and pasting it there.


/*Change background color*/
.content-area-1, .content-area-4 {
    background: red;
}

Best Regards,
Support