Home Forums WoodMart support forum Change Scrollbar Color of Description Accordion Product Page.

Change Scrollbar Color of Description Accordion Product Page.

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

    TLMG
    Participant

    Hello —

    Can you tell me what CSS is used to change the color of the scroll bar on the side of the “Accordion Description” tab. Please see private info and let me know what CSS to use.

    #285334

    Bogdan Donovan
    Keymaster

    Hello,

    Here is the custom CSS code to customize the scroll bar in Accordion Description, but it can be changed only in WebKit browsers (Chrome, Edge, Opera, etc.).

    .woocommerce-Tabs-panel .wd-scroll {
        --scrollbar-track-bg: blue;
        --scrollbar-thumb-bg: red; 
    }

    Best Regards

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