We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Deleting the "show more details" button on home page

Solved

Deleting the "show more details" button on home page

NovaShopz
Visitor
3 0 0

Hello there,

I am trying to remove completely or change the link of the button "show more details" that is located right below the "add to cart button".

Can anyone help me please ?
I am using the dawn theme.

Accepted Solution (1)
ThePrimeWeb
Shopify Partner
2139 616 529

This is an accepted solution.

Hey @NovaShopz,

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

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

 

 Screenshot is for reference only, the correct code to paste is the one shown above.

ThePrimeWeb_0-1707491550296.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!

View solution in original post

Replies 4 (4)

ThePrimeWeb
Shopify Partner
2139 616 529

 

Hey @NovaShopz,

 

Can you share your the link to your store? (Or preview link with password if you've set one)

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
NovaShopz
Visitor
3 0 0
ThePrimeWeb
Shopify Partner
2139 616 529

This is an accepted solution.

Hey @NovaShopz,

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

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

 

 Screenshot is for reference only, the correct code to paste is the one shown above.

ThePrimeWeb_0-1707491550296.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
NovaShopz
Visitor
3 0 0

Thank you so much for your help and have a wonderful day !