Why is my product page showing a grey background?

hi, some thing happend to my site, the procudct page has a grey background (look at the photo), i dont know how to remove it, yesterday everything was good..

also my font changed, i didnt touch anything

pls help :slightly_smiling_face:

@bigpapi890
Can you share your store url ?

https://mondojewelry.com/

its only on mobile -

https://mondojewelry.com/

Hello @bigpapi890

Once you Log in to the Admin, then process the following steps:

Step 1: Go to Dashboard ->Online Store ->Theme-> Action->Edit code->
Step 2: Search the file base.css
Step 3: Paste the below CSS at bottom of the file → Save

ul#Slider-Gallery-template--15641422987508__main {
   background-color: #fff;
}

Output:

If you find our reply helpful, please hit Like and Mark it as a Solution.

An award-winning North American Shopify Development Agency That Delivers Powerful Results, Innovation, and Secure Digital Transformation.

Hi @bigpapi890

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.

Best regards,

Victor | PageFly

not working, it did a mess in my site

thank u!!!

1 Like