Collection page showing solid box on product images

Looking for help to resolve an issue on the collection pages that started showing a box on top of the product image in the product grid today. They weren’t there yesterday.

I have looked over the theme customizations and can’t find anything to help me remove them. I don’t even know what they are or where they came from.

See attachment.

Thanks

Hey @Gem257
Kindly share your Store URL and Password if enabled

Can you share the link to the website please? This would make it a little bit easier for me to see what the problem is. Thanks!

The store URL is sunflaresaunas.com

Thanks for taking a look.

@Gem257

That box is your “quick view” button. Some additional code broke it.

I would need access to the website to actually fix it. Removing whatever additional code is breaking it would automatically fix it though.

In the meanwhile, you can hide the box by doing the following:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.ws_quick_view{
display: none !important;
}

I hope it helps.

Kind regards,
Diego

Hi Diego,

That removed it nice and quick. Thanks

But what would have caused it in the first place? I hadn’t touched any code.