Comments 1Bashir started the conversationFebruary 13, 2024 at 3:42amHi,I'm having an issue with dark pages where the scroll bar is hard to see. How can I adjust the size and color of the scroll bar?Also it would be nice to have control over the width and the autohide? Turning off the autohide is actually necessary in my case.Thanks 2,006Support repliedFebruary 14, 2024 at 6:29amHello,you can adjust the scrollbar width and color:.scrollbar-track-y { width: 15px;}.scrollbar-thumb { width: 15px; background: rgba(255, 255, 255, .5);}the values of 15px and rgb(255, 255, 255) are just suggestions, you can change them to whatever you like and then add the code to customizer -> additional CSSThank you. Clapat Support Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudio Sign in to reply ...
Hi,
I'm having an issue with dark pages where the scroll bar is hard to see.
How can I adjust the size and color of the scroll bar?
Also it would be nice to have control over the width and the autohide? Turning off the autohide is actually necessary in my case.
Thanks
Hello,
you can adjust the scrollbar width and color:
.scrollbar-track-y {
width: 15px;
}
.scrollbar-thumb {
width: 15px;
background: rgba(255, 255, 255, .5);
}
the values of 15px and rgb(255, 255, 255) are just suggestions, you can change them to whatever you like and then add the code to customizer -> additional CSS
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio