Home Forums WoodMart support forum Remove Thing from Menu

Remove Thing from Menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #353295

    thelabelsway
    Participant

    Please check the attach file, and tell me how can i remove this highlight things remove in the menu

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

    Hello,

    You need to switch to the mobile view of the header builder and remove all the elements you do not want to have on mobile: https://xtemos.com/docs-topic/header-responsive-settings/

    Please add this code to the Theme Settings > Custom CSS > Global to remove the compare and login from mobile menu:

    body .mobile-nav .menu-item-compare{
    display:none;
    }
    body  .site-mobile-menu .my-account-with-text {
    display:none;
    }

    Best Regards

    #353575

    thelabelsway
    Participant

    Please you remove this thing from my menu.i shared you login details in private section.

    #353595

    thelabelsway
    Participant

    okay thank you, I solved my problem

    #353654

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Remove Thing from Menu’ is closed to new replies.