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

Solved

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

pawsonthegogear
Visitor
2 1 0

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.

 

pawsonthegogear_0-1732859428692.png

 

Accepted Solution (1)
pawsonthegogear
Visitor
2 1 0

This is an accepted solution.

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 🙂

View solution in original post

Replies 2 (2)

solverStaff
Shopify Partner
414 41 71

Hello there,

Please share your store URL and password if enabled

 Shopify Expert | Theme Developer | Quick Fixes


 Need Shopify help? Let’s chat! WhatsApp


 Portfolio: SolverStaff - Shopify Expert

pawsonthegogear
Visitor
2 1 0

This is an accepted solution.

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 🙂