Home Forums WoodMart support forum How to remove Login/Register on mobile menu

How to remove Login/Register on mobile menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #222903

    eric
    Participant

    Hi there,
    I want to remove Login/Register on mobile menu.
    Thanks!

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

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .site-mobile-menu .menu-item-register {
    display: none;
    }

    Best Regards.

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