Shopify themes, liquid, logos, and UX
Hi All
I have Shopify Origin as a theme.
I have added a Anchor to scroll to from the "Shop Now" button to "Buy Box" at the bottom of the page (this is a sales Landing Page).
I want the page to slow scroll. I have tried adding all of the codes i have found and have also tried the a custom.js option
Can anyone guide me around this issue
https://www.upanfrypan.com/pages/landing-page
Thanks in advance
Hello,
All you need is to put below code in your css file
html {
scroll-behavior: smooth;
}
If it works for you, do leave a like 🙂
Hi Tanish,
Thanks for the response, that doesn't work in the base.ccs file, it stops the anchor link from working as well. Doing that or encasing it in <script> and adding it to the theme.liquid file.
Did it not work by placing it in the theme.liquid file as well?
yes the script i used was as below placed above the </body>
<style>
html{
scroll-behavior: smooth;
}
</style>
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024