Home Forums WoodMart support forum How can I hide or restrict menu items?

How can I hide or restrict menu items?

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

    huntekbf
    Participant

    I want to restrict some menu items to login users and logged out users. How can I do that? Other themes its available on create menu area, while creating menu can restrict menu items. but how can I do that on woodmart?
    And how can I add custom icon to menu items?

    #328927

    Hello,

    Sorry but there is no option in Theme Settings available for that.

    You need to find a plugin to achieve what you require.

    Best Regards

    #329719

    huntekbf
    Participant

    How to hide footer only in mobile view?

    #329739

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for mobile area under THeme Settings >> Custom CSS.

    .footer-container {
        display: none;
    }

    Best Regards

Tagged: 

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