Section (grid?) color issue on Product Detail page (Dawn 13.0..1)

Solved

Section (grid?) color issue on Product Detail page (Dawn 13.0..1)

bbnyc42
Visitor
2 1 1

Help! I have a bizarre issue with a section of background color ... seems to be the grid?

 

The theme colors do not override the background color, which is a gray-ish ( seems like #F5F3F1) against the theme color, which should be cream-ish.

 

I've tried everything and can't figure it out.

 

Note the subtle color difference (harder to see in these photos but noticeable live) to the right of product hero image on desktop:

Untitled.pngissue-desktop.png

 

Color difference appears between section on mobile:

 

Untitled1.png

Accepted Solution (1)
bbnyc42
Visitor
2 1 1

This is an accepted solution.

The theme is latest Dawn 13.0.1 

 

There have been customizations - not sure when the issue appeared, however.

 

I fixed the issue with the following custom css hack on the 'Product information' section:

 

.grid {
background-color: #manual-hex-code-here;
}

 

So it definitely was the grid section causing the color difference.

 

The updated site here: https://www.lifeandprosper.com/products/woodsy-premium-bar-soap 

 

 

View solution in original post

Replies 3 (3)

AHAY
Shopify Partner
50 5 21

What theme are you using ?
Had you done any theme customization before noticing this issue ?

It would help others (who want to help) to, if possible, see the link live esp. that the pics don't show anything.

If you find my answer useful please do like/accept it so I feel more motivated to help in my spare time.
bbnyc42
Visitor
2 1 1

This is an accepted solution.

The theme is latest Dawn 13.0.1 

 

There have been customizations - not sure when the issue appeared, however.

 

I fixed the issue with the following custom css hack on the 'Product information' section:

 

.grid {
background-color: #manual-hex-code-here;
}

 

So it definitely was the grid section causing the color difference.

 

The updated site here: https://www.lifeandprosper.com/products/woodsy-premium-bar-soap 

 

 

AHAY
Shopify Partner
50 5 21

Glad you found the culprit.

Great products you have, best of luck 👍

If you find my answer useful please do like/accept it so I feel more motivated to help in my spare time.