Home Forums WoodMart support forum SCROLLBAR VERTICAL SLIDER

SCROLLBAR VERTICAL SLIDER

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #263185

    netart.gr
    Participant

    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.
    #263242

    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.

Viewing 2 posts - 1 through 2 (of 2 total)