SCROLLBAR VERTICAL SLIDER
-
Hello,
I want to change the width of the vertical scrollbar. Ι want the vertical scrollbar to be always visible, too. Also how can I change the color of the count number ( on widget’s area sidebar content)? I have tried it with no result. How can I solve all these problems?
Thanks you in advanced.
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
For the swatch count color:
.woodmart-woocommerce-layered-nav .count {
color: red;
}
For the width of the scrollbar:
.woodmart-scroll ::-webkit-scrollbar {
width: 5px !important;
}
Best Regards.