Home Forums WoodMart support forum How to change the color on side bar desktop view

How to change the color on side bar desktop view

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #580821

    menukadevinda
    Participant

    Hi,

    I couldn’t find a way to change the colour of the side bar “All categories”

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

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the code below for help:

    .wd-sticky-nav {
        background-color: #e4d6d6;
    }

    Define it in Theme Settings -> Custom CSS.

    Kind Regards

    #581012

    menukadevinda
    Participant

    Thanks. I used your idea and adjusted the CSS class accordingly.

    .wd-sticky-nav-title {
    background-color: #6ba331;
    }

    Please close the ticket.

    #581013

    menukadevinda
    Participant

    Before you close, could you please let me know whether I can change the following highlighted item in one place or I have to do the same above approach to override the CSS?

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

    Luke Nielsen
    Keymaster

    Hello,

    Navigate to Theme Settings -> Styles and Colors -> Colors and change the “Primary color”: https://prnt.sc/1OQPh_Md_vTF

    Kind Regards

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