Shopify themes, liquid, logos, and UX
Hello,
I'd like to edit the color and size of the store vertical scrollbar (all pages) on mobile view at Dawn theme
I can do it on PC view but couldn't on mobile
Thank you
1. Access your theme’s code:
2. Insert custom CSS in the <head> tag:
<head>
<!-- Existing code for head section -->
<style>
/* Customize the scrollbar */
::-webkit-scrollbar {
width: 12px; /* Set scrollbar width */
}
/* Track of the scrollbar */
::-webkit-scrollbar-track {
background-color: #f1f1f1; /* Background color of the scrollbar track */
}
/* Thumb of the scrollbar (the moving part) */
::-webkit-scrollbar-thumb {
background-color: #888; /* Color of the scrollbar */
border-radius: 10px; /* Optional: to make it rounded */
}
/* Hover effect on the scrollbar thumb */
::-webkit-scrollbar-thumb:hover {
background-color: #555; /* Darker color when hovering */
}
/* Scrollbar for Firefox */
scrollbar-width: thin;
scrollbar-color: #888 #f1f1f1;
</style>
<!-- Continue with the rest of the head section -->
</head>
Should change the styling of the scrollbars on the site GLOBALLY. Let me know if you need additional help!
Thank you very much Kyle
Unfortunately the code works for PC view but not on the mobile view
Can you post a screenshot of what it looks like on mobile? And a bit of description of what you're trying to do? Is this mobile on iOS or android?
I want to edit the store vertical scrollbar and make it thicker and change its color on both IOS and android
please check how it looks like now ( normal look)
Looks as though custom scrollbars on iOS 14 and above isn't supported . The only way to do it would be to write custom code to create your own scrollbar, but not possible to style the native scrollbar.
Well, actually I have 6s and it have 5.8 ios, tomorrow will check the code on android and see if it will work and let you know
Thank you for you care and support I appreciate it
Hi Kyle, the solution is working only on pc, not on IOS or Android
Hope to get help with this issue as it important for our store
Thank you
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