This topic has 2 replies, 2 voices, and was last updated 10 years ago ago by Stan Russell
Hi,
I don’t need any menu attached to the Your Account as with the endpoints approach of WooCommerce I don’t really see the point of having a submenu there since endpoints make it that things are not linked to pages anymore).
But your system has an annoying “foolproof” tooltip that shows if I do not activate a menu for that item.. and I also have a similar message on the Account page:
SET YOUR ACCOUNT MENU IN APPERANCE > MENUS
I’d like to deactivate this annoyance in both places.. How do I do that ?
THX
Hello,
please add following css code to file ‘custom.css’ in your theme folder:
.navbar-collapse.collapse {
display: none !important;
}
File must be renamed from ‘default.custom.css’ to ‘custom.css’ and enabled in Theme options > Custom css in order to work
Tagged: my account, remove, templates, tooltip, woocommerce, wordpress
The issue related to '‘My Account Menu tooltip when not using submenu, how to remove’' has been successfully resolved, and the topic is now closed for further responses