Home › Forums › WoodMart support forum › Double Menu / Mobile
Double Menu / Mobile
- This topic has 5 replies, 2 voices, and was last updated 5 years, 2 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
August 30, 2020 at 2:05 pm #222222
pinioParticipantHello,
If you visit my site from mobile you can see that I have the products categories and wishlist, compare , login/register
How can I remove these options?
1) In my product menu I don’t have the options2) I made these actions https://xtemos.com/forums/topic/removing-default-options-from-the-mobile-menu/
but still have these options.
Thank you
August 31, 2020 at 6:40 am #222314
Aizaz Imtiaz AwanKeymasterHello,
To Remove the items from Mobile Menu.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
body .site-mobile-menu .menu-item-my-account, .menu-item-wishlist, .menu-item-compare{ display:none; }To Remove the categories menu Please Go to WoorMart >> Header Builder >> Edit Header >> Mobile header on the right top.
Screenshot for Clarification: https://ibb.co/bmHntBt
You can disable the categories menu.
Regard’s.
Xtemos Studio.September 10, 2020 at 8:00 pm #225286
pinioParticipantHello,
I made these changes but the code disappear only My Account , not wish list & compare. I would like to remove all of these extra menu.
Attachments:
You must be logged in to view attached files.September 11, 2020 at 6:45 am #225377
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
body .site-mobile-menu .menu-item-wishlist, .menu-item-compare{ display:none !important; }If the issue still occurs then provide admin panel login details to check it myself and help you out accordingly.
Regard’s.
Xtemos Studio.September 11, 2020 at 2:47 pm #225547
pinioParticipantI have successfully results with mix of your two css. Check my css :
body .site-mobile-menu .menu-item-my-account,
.menu-item-wishlist, .menu-item-compare{
display:none !important;
}
September 12, 2020 at 6:33 am #225633
Aizaz Imtiaz AwanKeymasterHello,
We are Glad that you have managed to create a CSS for your own from the code I provided and to Resolve the issue. You can keep the CSS as it works fine for you.
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards. -
AuthorPosts
Tagged: mobile menu
The topic ‘Double Menu / Mobile’ is closed to new replies.
- You must be logged in to create new topics. Login / Register
