Home Forums WoodMart support forum Filter SideBar Color change

Filter SideBar Color change

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #641131

    georgeg
    Participant

    Can I change the color of the sidebar on product filters?

    Attachments:
    You must be logged in to view attached files.
    #641338

    Hung Pham
    Participant

    Hi georgeg,

    Thanks for reaching to us.

    Please let me know which parts you want to change colors, this will allow me to thoroughly investigate and address your concerns more efficiently.

    Kind Regards,

    #641346

    georgeg
    Participant

    The color of the sidebar (both sidebar and background of sidebar)

    Attachments:
    You must be logged in to view attached files.
    #641626

    Hung Pham
    Participant

    Hi georgeg,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    @media (min-width: 1025px) {
        div.wd-scroll {
            --scrollbar-track-bg: rgba(0, 0, 0, .2);
            --scrollbar-thumb-bg: rgba(0, 0, 0, 1);
        }
    }

    Regards,

Tagged: , ,

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