Hi,
is it possible to remove the modal bubble from “Your account”?
I’m happy with no sub menu items.
Thanks again!
Best regards
This topic has 5 replies, 3 voices, and was last updated 9 years, 10 months ago ago by Robert Hall
Hi,
is it possible to remove the modal bubble from “Your account”?
I’m happy with no sub menu items.
Thanks again!
Best regards
Hello,
Please add the following code in custom.css
.my-account-link:hover .submenu-dropdown {
visibility: hidden;
}
Regards,
Robert Hall.
Hello,
Add this code in custom.css file:
.my-account-link .submenu-dropdown {
display: none !important;
}
Regards,
Eva Kemp.
Ok. Thanks!
Best regards
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Your account modal popup’' has been successfully resolved, and the topic is now closed for further responses