This topic has 4 replies, 2 voices, and was last updated 8 years, 3 months ago ago by 8theme
Hello
On my site, “My Account”menu appears automatically. Since our site is in just catalog mode, it is not needed. Can you tell me how can I hide this menu from the right side of top bar?
Thanks,
Austin
Hello,
It is possible to hide them with the following Custom CSS code
.top-links .links {
display: none;
}
Regards
Thanks
I worked great.
Austin
You are welcome.
You must be logged in to reply to this topic.Log in/Sign up