Hi, I am looking to change the entire background colour of my site. It is currently black and I want to change it to white. I have tried coding to change this but have had no success. I am using the dawn theme. They only black I want on my site is the header banner (Resistance Revolution). Please see screen shot below for what the site currently looks like
Any help anyone can provide would be greatly appreciated.
Hi @Carla86
Would you mind to share your Store URL website? with password if its protected. Thanks!
Hi @Carla86 ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
- Go to Online Store → Theme → Edit code
- Open your theme.liquid file
- Paste below code before :
Best regards,
Anthony
www.resistancerevolution.co.uk its open not password protected.
Thank you for the information. Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
body.gradient {
background: white !important;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!