Changing background color on policy pages on dawn theme

This is what my policy pages currently look like, i want this background color to be white as well.

www.moxxishop.nl pw: maycru

2 Likes

Hello @JMecom
can you please share page url?

  1. Go to online store
  2. Click on Edit Code
  3. Open your base.css file
  4. Paste the below code at the bottom and save

.focus-none {background: white !important}

Hi @JMecom

Check 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:

main#MainContent {
    background: white !important;
}

And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

3 Likes

Thanks very much! Have a good day!

1 Like

Hi thanks for the help! How do i get this to be the grey colour which is on the rest of my site instead of changing it to white as it is already white, can i use the colour code? Instead of “white”. Thanks in advance.

1 Like

Hi @jamiewren

Can I take a look on your store? Thanks!

Hi yes what would you like to see? I attached a screenshot of what it looks like currently.

Sorry, I mean I need your store URL. Thank you!