How to change the background color of my pages in the search results on the Dawn theme!

Hi, everyone! For some reason, our pages are appearing with this green background in our search results. Does anyone know why this is happening and how to change this color? Thank you so much in advance!

1 Like

Hi @avaskye

Would you mind to share your Store URL website? with password if its unpublish. Thanks!

yes, of course! 6cbb37.myshopify.com and PW hblo - thank you in advance!

1 Like

Hi @avaskye

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, .color-background-1, .color-background-2, .color-inverse, .color-accent-1, .color-accent-2, .color-scheme-13d158c5-585f-4f5a-aba7-c578d7016c46, .color-scheme-e1ef754d-0541-4261-8fac-2243d6b00849, .color-scheme-a22d9447-8415-4a36-a2ae-efcd398a698c, .color-scheme-8ed2c6dc-1d24-4e3c-a914-22464cfabc38, .color-scheme-2b6c8846-eb78-403e-a195-f4f8e8ef9975, .color-scheme-c129e0fa-5e4c-49eb-958a-4ab7faa79115, .color-scheme-10c408f9-4d91-49f9-8a20-6dc471503e76, .color-scheme-225a27c0-9e51-42fd-a1c5-86d54c25b2ac, .color-scheme-729277b4-51b8-420b-bc0a-8c8db5ea4849 {
    background: white !important;
}

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

Hi, thanks for trying to help! But for some reason, I think it changed the background color of everything, including my newsletter banner and my footer as well. Attaching picture for reference.

Ah, never mind, I found out how to do it! I just changed the color scheme in the theme settings for Product Cards, Collection Cards and Blog Cards. Thank you for everyone’s help!