Home Forums WoodMart support forum Menu Mobile

Menu Mobile

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

    moorph
    Participant

    mobile menu

    Good night, in the mobile menu, I adjusted the normal logo, selected the menu I wanted, but set the menu to display only COMPANY, PRODUCTS, BLOG and CONTACT. however, COMPARE is displayed.

    How do I shoot the same?

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

    Bogdan Donovan
    Keymaster

    Hi,

    Usually, the mobile compare menu item is displayed because it is used somewhere in the main site header. If you want to remove it, try to remove compare element from your header (desktop and mobile).

    If you want to use compare in the header but hide it in the mobile menu we can hide it by providing you with the custom CSS code.

    Regards

    #157280

    moorph
    Participant

    In the menu I have no option to hide the compare function. so much so that this function is not even active on the site.

    I will need to remove this function from the menu with css then. could give me the code:

    #157291

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

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

    Best Regards

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