Hello! I am trying to apply styles for the scrollbar by placing the custom CSS code in the Settings section of the site (under custom code and in the Head Code) and applying the class to the body (or the “filter_options” div in the project) but I’m not seeing any difference when applied.
hi @justincase try to select body instead scroll. I was not able to find element with scroll class except CSS code in your head styles.
Code should look like this. When I inject it … scrollbar changed
Sorry for the delayed response. I was expecting to see a notification in my email if someone replied and I never saw it This worked for me. How would apply the same thinking to scrollbars that aren’t the main page? For example, on a collection list that has a horizontal scrollbar that auto shows?
hi @justincase this approach is a general principle that can be applied on any element that has scroll, just change class body for class of targeted element or use wildcard *.
Article
and if you do not know how to code CSS there are generators.