Home Forums WoodMart support forum Hide LOGIN/REGISTER from mobile menu

Hide LOGIN/REGISTER from mobile menu

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

    millann
    Participant

    Hi,

    I have tried to disable “LOGIN/REGISTER” from my mobile menu by using the following CSS:

    .mobile-menu-tab .my-account-with-text{
    display:none;
    }

    but it does not work!!!

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

    Luke Nielsen
    Keymaster

    Hello,

    Please, enter the below code to the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

    .mobile-nav .mobile-pages-menu .menu-item-account {
        display: none;
    }

    If you’d like to contact us, we are here for whatever questions you may have.

    Kind Regards

    #389406

    millann
    Participant

    Thank you,

    it worked for me 🙂

    #389423

    Luke Nielsen
    Keymaster

    I’m glad we managed to sort this out.

    Always remember that you can reach out to us with any questions you may have.

    We wish you a splendid day!

    Kind Regards

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

The topic ‘Hide LOGIN/REGISTER from mobile menu’ is closed to new replies.