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 1,973Support 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 https://www.clapat.com/ Review Envato Item Support Policy 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
https://www.clapat.com/
Review Envato Item Support Policy