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

#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