Shopify themes, liquid, logos, and UX
Hello Everyone!
I am using the Shopify Dawn theme. I have added image with text section to a product. I want the "Shop Now" button to scroll up when I click on it. I want to keep it like this in multiple products. Is it possible? Please help me. Thank you very much.
Password: Admin
Reference website: https://bleame.com/products/crystal-hair-eraser#product-variants
Please click on Claim Offer.
Solved! Go to the solution
This is an accepted solution.
Go to Online store -> Themes -> Three dots left of Customize -> Edit Code -> assets folder -> base.css and add the following at the bottom of the file
html {
scroll-behavior: smooth;
}
and save the file.
In the theme editor, select your button. Set the Button link to # (this will make it go to the top of the page, if you want to scroll to a specific element, edit sections/multirow.liquid and add an ID to the element you want to scroll to and set the Button link to #ID). Save the changes. Test your page.
Hi @dreamtechzone_5, set the button link to the ID of the element you want to scroll to. In the Bleame example this is "#product-variants". To add a smooth scrolling effect, use CSS scroll-behavior: smooth; on the HTML element for example.
Thank you very much. It would be very helpful if you could tell me how to use the code. Please give me the code and where should I paste it.
This is an accepted solution.
Go to Online store -> Themes -> Three dots left of Customize -> Edit Code -> assets folder -> base.css and add the following at the bottom of the file
html {
scroll-behavior: smooth;
}
and save the file.
In the theme editor, select your button. Set the Button link to # (this will make it go to the top of the page, if you want to scroll to a specific element, edit sections/multirow.liquid and add an ID to the element you want to scroll to and set the Button link to #ID). Save the changes. Test your page.
Really you are Great. It worked. Thank you very much.
From admin section change the URL and add Id of the element to which you want to scroll, since I do not see fixed ID in your theme, you can add <URL>#MainContent in button.
Dropshipping, 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, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024