Home Forums WoodMart support forum Removing Search & My account from mobile menu

Removing Search & My account from mobile menu

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

    guid33
    Participant

    Hi there,

    I’m wodnering where and how can I remove Search products input and My account / login line from the mobile menu (these links are not contained in the Mobile menu items in Appereance > Menus > Mobile menu).

    Thank you,

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

    Hello,

    Please add this code to the Theme Setting > Custom CSS, choose the type of device where you want to hide the search and My Account:

    .woodmart-search-form{
        display:none;   
    }
    .site-mobile-menu li:last-child {
        display: none;
        position: relative;
    }

    Best Regards

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