Remove the "view full details" link on my DAWN theme website.

Hi I would like to remove the “view full details” link on my website page. It is a page with the featured product section added to it. I only wan them to be able to add to cart, not view full details which takes them to the product page.

1 Like

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

https://wheregathered.com/pages/life-group-leader-planner

1 Like

Hi @WGadmin ,

You can try this code by following these steps:

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

Step 2: Search file section-main-product.css

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

a.link.product__view-details.animate-arrow{display:none !important}

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

1 Like

Hello @WGadmin

Hello there

  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:
a.link.product__view-details.animate-arrow{
display:none!important;
}