This topic has 2 replies, 2 voices, and was last updated 5 years, 6 months ago ago by Olga Barlow
Primary navigation link appears at sub menu.
When visitor hits “Ear Rings” I don’t want that show up again at sub menu too.
Hello,
Add the following code to Theme Options > Custom CSS:
.mobile-menu-wrapper .menu .menu-show-all {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up