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

Solved
killerpresets
Excursionist
13 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.

Accepted Solution (1)
Mike-Omega
Shopify Partner
76 17 17

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
DingDoong: Delivery and Pickup: Great app for local delivery and pickup solutions

View solution in original post

Replies 15 (15)
Mike-Omega
Shopify Partner
76 17 17

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
DingDoong: Delivery and Pickup: Great app for local delivery and pickup solutions
killerpresets
Excursionist
13 0 2

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

Mike-Omega
Shopify Partner
76 17 17

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
DingDoong: Delivery and Pickup: Great app for local delivery and pickup solutions
killerpresets
Excursionist
13 0 2

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

This gets me closer but now the product image disappears:

div {
  background-color: #ff0000;
}

 

Mike-Omega
Shopify Partner
76 17 17

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
DingDoong: Delivery and Pickup: Great app for local delivery and pickup solutions
killerpresets
Excursionist
13 0 2

Wow! 2 would be awesome!

Mike-Omega
Shopify Partner
76 17 17

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
DingDoong: Delivery and Pickup: Great app for local delivery and pickup solutions
killerpresets
Excursionist
13 0 2

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

Mike-Omega
Shopify Partner
76 17 17

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
DingDoong: Delivery and Pickup: Great app for local delivery and pickup solutions
killerpresets
Excursionist
13 0 2

That's it!

Thanks for taking the time to help!

Mike-Omega
Shopify Partner
76 17 17

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
DingDoong: Delivery and Pickup: Great app for local delivery and pickup solutions
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
76 17 17

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
DingDoong: Delivery and Pickup: Great app for local delivery and pickup solutions
doisdemonios
Tourist
12 0 0
Mike-Omega
Shopify Partner
76 17 17

@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
DingDoong: Delivery and Pickup: Great app for local delivery and pickup solutions