How can I remove the Atome widget from my product collection?

Hi Guys!

I wish to remove the Atome widget on the collection product but still use Atome as gateway. I have been trying to find the code in my theme code but I cannot seem to find it.

Here is my website. homuradesign.com

Thank you

Hi @Charles_Sedano you can try this code

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

Add this css at the bottom

Online Store ->Theme ->Edit code

Assets → theme.css

.ProductItem__Info .ProductItem__Info–center .apaylater-widget {

display: none !important;

}

Hope you find my answer helpful!

Regards,

PageFly

Hi Pagefly

thanks for your reply but his doesnt seem to work. The code you gave was no where to be found