Solved

Dawn theme: How do I change background color for product pages/featured collection/etc/?

killerpresets
Excursionist
27 0 2

I've scoured the web and tried every possible solution I could find but no luck. I installed Dawn yesterday 2/28/2023, though I'm not a newbie with Shopify.

 

I want to be able to change the background color *only* for my product pages, and perhaps the background color of featured collections, but not change the color for the whole site.

 

Does anyone know how I might accomplish this?

 

Thanks in advance for any advice.

Two wrongs don't make a right, but three rights make a left.
Accepted Solution (1)
Mike-Omega
Shopify Partner
157 27 30

This is an accepted solution.

oh, in that case, you just need add this code to the box 

 

{background: #ff0000;}

If it’s helpful to you, please give it a like or mark as a solution.
Need any help for Shopify Design or Custom task, please contact via email: locdt@omegatheme.com
Consentik GDPR Cookie Banner: Effortlessly stay compliant with EU GDPR, CCPA

View solution in original post

Replies 18 (18)

Mike-Omega
Shopify Partner
157 27 30

Hi @killerpresets ,

This is Mike from Omega

 

If you only want to change the background color for only Featured Collection section, you can try my solution:

1. Theme -> Customize theme

2. Select Product page

3. Paste this CSS code into Custom CSS box and Save

MikeOmega_0-1677546760556.png

.collection.page-width {
    background: #aaa;
}

You can change the color code you want.

 

Hope my answer will help you

 

Mike from Omega

If it’s helpful to you, please give it a like or mark as a solution.
Need any help for Shopify Design or Custom task, please contact via email: locdt@omegatheme.com
Consentik GDPR Cookie Banner: Effortlessly stay compliant with EU GDPR, CCPA
killerpresets
Excursionist
27 0 2

Thanks for the suggestion. I tried it with no luck. I thought  body background-color: #FF0000; would do it too but, nope.

Two wrongs don't make a right, but three rights make a left.
Mike-Omega
Shopify Partner
157 27 30

Could you leave your store URL then I can check it for you?

If it’s helpful to you, please give it a like or mark as a solution.
Need any help for Shopify Design or Custom task, please contact via email: locdt@omegatheme.com
Consentik GDPR Cookie Banner: Effortlessly stay compliant with EU GDPR, CCPA
killerpresets
Excursionist
27 0 2

https://killer-presets-9258.myshopify.com/

This gets me closer but now the product image disappears:

div {
  background-color: #ff0000;
}

 

Two wrongs don't make a right, but three rights make a left.
Mike-Omega
Shopify Partner
157 27 30

Which option do you want to change color?

1.

MikeOmega_0-1677548466636.png

or 

2. 

MikeOmega_1-1677548478999.png

Tell me which option do you prefer

If it’s helpful to you, please give it a like or mark as a solution.
Need any help for Shopify Design or Custom task, please contact via email: locdt@omegatheme.com
Consentik GDPR Cookie Banner: Effortlessly stay compliant with EU GDPR, CCPA
killerpresets
Excursionist
27 0 2

Wow! 2 would be awesome!

Two wrongs don't make a right, but three rights make a left.
Mike-Omega
Shopify Partner
157 27 30

You can add this code into this box

MikeOmega_0-1677548808355.png

main#MainContent:has(.product) {
    background: #ff0000;
}
If it’s helpful to you, please give it a like or mark as a solution.
Need any help for Shopify Design or Custom task, please contact via email: locdt@omegatheme.com
Consentik GDPR Cookie Banner: Effortlessly stay compliant with EU GDPR, CCPA
killerpresets
Excursionist
27 0 2

I tried it but still no change. That's what is published right now.Screenshot 2023-02-27 175631.png

Two wrongs don't make a right, but three rights make a left.
Mike-Omega
Shopify Partner
157 27 30

This is an accepted solution.

oh, in that case, you just need add this code to the box 

 

{background: #ff0000;}

If it’s helpful to you, please give it a like or mark as a solution.
Need any help for Shopify Design or Custom task, please contact via email: locdt@omegatheme.com
Consentik GDPR Cookie Banner: Effortlessly stay compliant with EU GDPR, CCPA
killerpresets
Excursionist
27 0 2

That's it!

Thanks for taking the time to help!

Two wrongs don't make a right, but three rights make a left.
Mike-Omega
Shopify Partner
157 27 30

I am very happy to help you.

If it’s helpful to you, please give it a like to motivate me.

Thanks.

Mike from Omega

 

If it’s helpful to you, please give it a like or mark as a solution.
Need any help for Shopify Design or Custom task, please contact via email: locdt@omegatheme.com
Consentik GDPR Cookie Banner: Effortlessly stay compliant with EU GDPR, CCPA
doisdemonios
Tourist
12 0 0

Hi! This code worked for me, but the collections seemed to appear behind the background. The text appear, but the image no. Can you help please?

Mike-Omega
Shopify Partner
157 27 30

Hi @doisdemonios 

Could you leave here your store url?

If it’s helpful to you, please give it a like or mark as a solution.
Need any help for Shopify Design or Custom task, please contact via email: locdt@omegatheme.com
Consentik GDPR Cookie Banner: Effortlessly stay compliant with EU GDPR, CCPA
doisdemonios
Tourist
12 0 0
Mike-Omega
Shopify Partner
157 27 30

@doisdemonios  please tell me more details about your issues

If it’s helpful to you, please give it a like or mark as a solution.
Need any help for Shopify Design or Custom task, please contact via email: locdt@omegatheme.com
Consentik GDPR Cookie Banner: Effortlessly stay compliant with EU GDPR, CCPA
Dumpedfr
Visitor
3 0 0

Hi I’m also having an issue changing my product page color. I just want my product page to be the same colors as the rest of my website. I tried both of the codes posted but no luck. Any help welcomed.

Dumpedfr
Visitor
3 0 0

https://d549e8-2.myshopify.com
is my website. I haven’t found a domain yet 😭

Dumpedfr
Visitor
3 0 0

Any help?