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
365 40 69

Hello there,

Please share your store URL and password if enabled

If my reply helpful then please Like to let me know!
If my answered is right according to your question, Mark it as an Accepted Solution.
Facing more issues ? Hire me For Quick Chat: Say hello in WhatsApp : +8801761469797
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 🙂