Home Forums WoodMart support forum Menu of mobile

Menu of mobile

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

    DEVPOM1234
    Participant

    How we can change the style of the mobile menu (background and style, see in attachment)

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

    Hung Pham
    Keymaster

    Hi DEVPOM1234,

    Thanks for reaching to us.

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

    ul.wd-nav-mob-tab>li>a {
        background-color: #000;
    }
    
    ul.wd-nav-mob-tab>li.wd-active>a {
        background-color: #fff;
    }

    Regards,

    #585973

    DEVPOM1234
    Participant

    Hello,

    Thank you.
    It works on mobile, but i trierd on the menu on computer and tablette it doesn’t works (check attachement)

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

    DEVPOM1234
    Participant

    It’s OK i founda solution you can close this topic ! thank you for your help

    #586139

    Hung Pham
    Keymaster

    Hi DEVPOM1234,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    Regards,

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

The topic ‘Menu of mobile’ is closed to new replies.