This topic has 2 replies, 2 voices, and was last updated 7 years, 10 months ago ago by 8theme
i want to hide product category on single product page. can you help me with it? product category shows below the product name on single product page.
Hello,
You can hide it by adding this code snippet to the custom CSS in Theme Options
.products-page-cats {
display:none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up