How would i add a css class to all products in the category page, if they are a specific product category?
E.g. im seeing alle products in the category page and i want all the products in Men category to get an extra class in the category page
How would i add a css class to all products in the category page, if they are a specific product category?
E.g. im seeing alle products in the category page and i want all the products in Men category to get an extra class in the category page
There should already be a special body class. Look at the html. For example, I have a "Clothing" category on my demo site and I found these on the body tag in the html: tax-product_cat term-clothing
So you can just target those specific products on the category page like so: .tax-product_cat.term-clothing li.product.
Thanks for the reply.
It shows the category page im in and not the category-classes which are within the category.
E.g If Men & Women category has clothing category as parent, then if i enter clothing, then i dont see Men or Women class in the body + the i want the Men products to have a class, not the body.
<ul class="products"><li class="men">
برچسب:
نویسنده: استخدام کار