This topic has 4 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Olga Barlow
Hi,
At our Home Video Page there is a section “[8theme] Product categories” with our own images. We only want to show the names of the categories, not the amount of products nor products text.
Can you give me directions how to manage this please? Thanks in advance.
Hello,
Go to Theme Options > Styling > Custom CSS or use style.css of child theme and add the following code
.category-grid .categories-mask .count {
display: none;
}
Regards
Thank you Olga. This works.
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up