This topic has 2 replies, 2 voices, and was last updated 3 years, 10 months ago ago by Rose Tyler
Hello,
I need to hide “lab Results” tab from my main menu when I am in a products page. I want my Header to still show but i need to not show the “lab results” button only in one of my products page. Would you be able to tell me how i can do that?
See private content for screen shot and link
Hello,
Go to Edit product > Add the next custom CSS code https://prnt.sc/wi4pih ( https://prnt.sc/wi4p74 )
li#menu-item-1089 {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up