Home Forums WoodMart support forum mobile menu sidebar colour

mobile menu sidebar colour

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

    joanna
    Participant

    Hi,

    How can I change the colour of the mobile menu SIDEBAR? Please, refer to the screenshot.

    Regards,
    A.

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

    Hung Pham
    Keymaster

    Hi joanna,

    Thanks for reaching to us.

    Please let me know that you want to change the background color or menu items’s colors.

    Regards,

    #654987

    joanna
    Participant

    Hi,
    I’d like to change the background colour in four different areas of the mobile sidebar menu, meaning each section should have a different colour.
    Please refer to the screenshot for details.

    Thank you in advance for your help!

    Best regards,
    J.

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

    Hung Pham
    Keymaster

    Hi joanna,

    Thanks for screenshots.

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

    /* 1 */
    ul.wd-nav-mob-tab>li.wd-active>a {
        background-color: rgba(0, 0, 0, 0.05);
    }
    
    /* 2 */
    ul.wd-nav-mob-tab {
        background-color: rgba(0, 0, 0, 0.04);
    }
    
    /* 3 */
    ul.wd-nav-mobile>li>a{
        border-bottom-color: #000;
    }
    
    /* 4 */
    div.wd-side-hidden{
        background: #fff;
    }

    Regards,

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