Change Background Color Of Product and Collection Pages In Dawn Theme

Hello-

I’m hoping someone can please help. I need to change the background color for my product pages, as well as the background color for my collections in Dawn 2.0. I’ve spent hours trying to figure it out. Any help would be hugely appreciated.

Thank you!

1 Like

Hi @WallyF

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

I’ll be happy to, thank you! pleasehelp1108! https://heartfeltwonders.com

1 Like

Thanks for the info, 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:
.section+.section, section#shopify-section-template--15354917683273__main {
    background: lightblue !important;
}

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

Thank you so very much! You are my hero!

I have one more question. I’ve noticed some very small text in a couple of my products. I’ve tried to correct the formatting, but the text doesn’t change. Are you able to advise please? https://heartfeltwonders.com/products/handmade-felt-rainbow-unicorn-mobile.

1 Like

I just noticed the background didn’t change for all my product pages, only a few. Can you please advise on this as well? Thank you in advance.

I just noticed the background didn’t change for all my product pages, only a few. Can you please advise?

Also, I’ve noticed some very small text in a couple of my products. I’ve tried to correct the formatting, but the text doesn’t change. Are you able to advise on this as well? https://heartfeltwonders.com/products/handmade-felt-rainbow-unicorn-mobile.

Thank you in advance.

Do you mean this one?

If it is try this one.

.product__description.rte.quick-add-hidden span {
    font-size: 1.6rem !important;
}

And save.

Same Instruction.

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

Thank you so much, it worked! However, the background color of the product pages are still unchanged. The first instruction you gave me worked, but for only one page. Are we able to change them all?

Hi there - the background color of the product pages are still unchanged. The first instruction you gave me worked, but for only one page. Are we able to change them all? Thank you.