How can I change the background color in the Dawn theme?

Hello,

On my site, the product-grid section does not have an option to choose the background color and is defaulting to white. Same with the page section of my contact tab. There is also whitespace above my footer on the homepage. Could somebody help with the CSS code to override and change the background color?

The store site is shirts4slimes.com and the password is ipeone.

Thanks for the help.

Hello @shirts4slimes ,

Below CSS code might be helpful to you, can add it to the theme’s CSS file.

#MainContent, #shopify-section-footer {
background: #f0f8e4 !important;
}

Output :

1 Like