Shopify themes, liquid, logos, and UX
Hey guys,
I'm using the Dawm Theme, and I would like to customize my product page. I'm using the image with text option to create descriptions of my products, along with metafields, etc. Within the options, it is possible to add a button and direct it to some links. However, I would like this button to link to the top of my product page. Does anyone know what I can do?
This is the link to my page: https://www.mymeaw.com/products/multi-function-brusher-pet-cat-hair-remover-brush-manual-lint-dog-ha...
Solved! Go to the solution
This is an accepted solution.
You just want it to scroll to the top right?
In the button link just add '#' and that's it!
If you want the scrolling effect, just add this code
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>
html {
scroll-behavior: smooth;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
This is an accepted solution.
You just want it to scroll to the top right?
In the button link just add '#' and that's it!
If you want the scrolling effect, just add this code
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>
html {
scroll-behavior: smooth;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024