Home Forums WoodMart support forum Removing compare /Wishlist and Account on mobile menu dropdown

Removing compare /Wishlist and Account on mobile menu dropdown

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

    adverteos
    Participant

    Good day,

    We would like to remove the following items on the mobile menu dropdown:
    – wishlist
    – compare
    – Account

    We already have them in the bottom nav bar so it is quite redundant.
    How can we remove them?

    Regards

    #263228

    Hello,

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

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

    Best Regards.

    #263274

    adverteos
    Participant

    Good day and thank you for your feedback

    We finally went to another option are using a 3rd party plugin shiftnav from sevenSpark.
    We would like to trigger the toggle on the mobile main header and we need to implement the shiftnav toggle.

    the shortcode for toggle is accessible here: https://sevenspark.com/docs/toggles-shortcode

    the shortcode itself is the following:
    [shiftnav_toggle target="shiftnav-main" icon="bars"]

    We tried to add it as added Html winthin the main menu but it deosnt appear. could you investigate and enable it?

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

    Hello,

    You are Most Welcome.

    Sorry but we haven’t tested our theme with the plugin yet and we could not ensure its compatibility.

    It requires customizations and this is beyond our limitations and support policy.

    Best Regards.

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