Hello @Jim_65
Please provide the URL of your website,
and which color do you want as background.
Hello @Jim_65 ,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hi @Jim_65 ,
Please see the solution below:
-
In your Shopify admin, navigate to “Online Store” under Sales Channels. Click the three dots next to the theme you wish to edit, then select “Edit Code”.
-
Next you can find Main.css/theme.css/base.css/style.css(it will be based on your theme file)
Add this css code:
body #shopify-section-template--22845323378989__main * {
background: none !important;
}
#shopify-section-template--22845323378989__main {
background: #cccccc3b;
}
If you need further assistance, feel free to reach out!
I hope this helps! If it does, please like it and mark it as a solution!
Regards,
Sweans
Hello @Jim_65
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hi @Jim_65
You can do that by adding this code to theme.liquid file, after in Online Store > Themes > Edit code

