Change background gray color in Ombre

How do I change the gray background color in Ombre wordpress theme?

Hi,

Contact with your purchase item author hope they will help you out from your issue.

Thanks!

Hi

add the following css into your theme style.css, hope will work for you and it will chnage gray to white (you can change color as you want):

body {
   background-color: #fff !important;
}

Thanks