How can I remove the 'Add to Cart' option from my tmart theme?

I have purchased the tmart theme from a third party and I am wanting to remove the option for customers to ‘add to cart’. This is my store preview, if you click all products and hover over an item you will see the ‘Add to Cart’ appear.

https://817nshxb5j2b5tak-78887420232.shopifypreview.com

Hi @SamiGiftsi ,

You can try this code by following these steps:

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

Step 2: Search file theme.liquid

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

{% if handle contains "collection"%}

{% endif %}

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Hiya,
Unfortunately this did not work and the Add to cart option is still appearing.