Removing compare /Wishlist and Account on mobile menu dropdown
-
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
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.
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.
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.