Strange Black Box on Product Pages and Preview

Hello,

This is not like the other black borders and boxes that I have seen on here.

It hasn’t always been there and I am not sure when it started but I have been working and experimenting with various apps. I have not touched any code before trying to resolve this issue. It shows on the preview and also on the product page.

https://www.dropbox.com/t/B6F9wbIEHGaVf6SE

Hi @Hillscozycrafts ,

Could you please share URL and password if it enabled? So that we can help you.
Thank you.

Hello @Hillscozycrafts ,

Can you give me your Store URL( with pass if your store password is enabled) so I can check it for you?

Kind & Best regards,
GemPages Support Team

hillscozycrafts.com

Hi @Hillscozycrafts ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :


Hope my answer will help you.

Best regards,

Victor | PageFly

Hi @Hillscozycrafts

You can follow these steps:

  • Go to Online store => Theme => Edit code. Then, find the file base.css or global.css, then insert the following CSS at the end of the file:
.color-accent-2 {
    color: white !important;
}

We hope that it will work for you.

Hello @Hillscozycrafts ,

You can follow these steps:

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

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team