Hide titles on specific categories only and add exceptions
-
Hi all.
This is my site
1. As you can see I have images and titles of the category. How can I remover those titles, WITHOUT removing the titles on the subcategories and the products?
In other words. I need this code to target the category from the link above only..woocommerce ul.products li.product h3 { display: none; }
2. The other thing. Right now I’m hiding product and category description with this code:
div.term-description { display: none; }
How can I add an exception? I need to have a description on this page.
Thank you in advance.
Best regards, Vlad!
PS: Sorry for the questions, I know it is entirely css based but I can’t find the solution alone.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Hide titles on specific categories only and add exceptions’ is closed to new replies.