Product pictures showing as black squares

CIMF
Visitor
2 0 0

Hi all, 

 

Wonder if anyone could help me please. 

I've recently removed some 3rd party apps from my store and have subsequently messed up my coding :-(. 

My website is www.coffeeinmyface.com

 

In the meantime I am using the backed up copy - so you won't see the issue on my live website but here's the screenshot. The backed up version (currently live) has all the 3rd party coding still apparent, so I need to know how to resolve the issue in order to make the amended version live. 

 

Hope someone can help. Thanks and please .

 

website image issue.JPG

Replies 3 (3)

PageFly-Victor
Shopify Partner
7865 1785 3050

Hi @CIMF 

This is Victor from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css.

Step 3: Paste the below code at bottom of the file -> Save

 

.card__inner.color-inverse.gradient.ratio {

    border: none !important;

}

 

Hope that my solution works for you.

Best regards,

Victor | PageFly

CIMF
Visitor
2 0 0

Hi @PageFly-Victor 

Thanks for the suggestion - unfortunately it hasn't fixed the issue 😞 

I was so optimistic haha 

I would really appreciate any other ideas as i'm pulling my hair out 

Much love 

PageFly-Victor
Shopify Partner
7865 1785 3050

Hi @CIMF 

Sorry for missing your message

 

You can try again this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css.

Step 3: Paste the below code at bottom of the file -> Save

 

.card.card--card.card--media.color-inverse.gradient {
border: none !important;
}

 

Hope that my solution works for you.

Best regards,

Victor | PageFly