How can I modify and customiz the submenu of Account when I hover login account?
-
There’s a menu ‘Home Retail’ that I want to remove in the menu.
I was looking for the function in my dashboard in WP, but I couldn’t find.
How can I modify and customize that?
Thanks in advance.
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you very much for choosing our theme and for contacting us.
You can delete the items in Woocommerce > Settings > Advanced. Also, it is possible to hide with CSS and create these items in the Appearance > menu and then display in the Header builder.
Best Regards
1. You can delete the items in Woocommerce > Settings > Advanced.
There’s only Page setup in Woocommerce > Settings > Advanced that I didn’t mean it. I wanted to get rid of Specific menu when I hover account in Logged in status.
2. Also, it is possible to hide with CSS and create these items in the Appearance > menu and then display in the Header builder.
Thanks, but could you explain it in more detail?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .woodmart-header-links .menu-simple-dropdown .sub-menu-dropdown {
display:none;
}
Create a menu in Appearance > menu https://codex.wordpress.org/WordPress_Menu_User_Guide
And add it into the Header builder by means of the Secondary menu element https://xtemos.com/docs/woodmart/header-builder/add-edit-builder-elements/
Best Regards
Thanks! It’s solved!
Thanks again for you support. 🙂
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘How can I modify and customiz the submenu of Account when I hover login account?’ is closed to new replies.