Remove "View Full Details" Dawn/refresh theme, Home page.

Hi,

The Shopify Support Advisor has informed me that this issue is beyond their scope of support.

Currently, my featured product on the home page shows a “View Full Details” button. However, I would like the featured product to be fully expanded to display all details directly on the home page.

I’ve checked the theme settings and the featured product settings, but I haven’t been able to make this change.

Could someone please guide me or provide troubleshooting steps to resolve this issue?

Can anyone show me or provided trouble shooting steps for this issue.

Hello there,

Please share your store URL and password if enabled

Hi Tosynodev,

Thank you for reaching out! I’m happy to share that I’ve successfully found the code to remove the “View full details” option.

Here’s the snippet I used:

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

Click Edit code > Asset folder > base.css > Scroll all the way to the bottom of the code > Paste code > Click Save > Click Refresh on home page > “view full details” removed :slightly_smiling_face: