Shopify themes, liquid, logos, and UX
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
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.
Solved! Go to the solution
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.
Hey @NovaShopz,
Can you share your the link to your store? (Or preview link with password if you've set one)
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.
Thank you so much for your help and have a wonderful day !