Home Forums WoodMart support forum How to remove wishlist and login/register from mobile menu

How to remove wishlist and login/register from mobile menu

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

    itsterry0908
    Participant

    Two questions:
    1, how to remove wishlist and login/register from mobile menu?
    2, when I add a search element in mobile header, it redirects to mobile menu search form, how can I disable this, just search in home page, like AJAX search in desktop?

    #286578

    Hello,

    First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :).

    I saw the screenshot you attached.

    1) Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .wd-nav-mobile li.menu-item-wishlist {
        display: none;
    }
    
    .wd-nav-mobile li.menu-item-account {
        display: none;
    }

    2) Sorry but it is the default behavior that in mobile the search button opens then the mobile side menu and you cannot display ajax search like on desktop.

    Regards.
    Xtemos Studios

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