Removing "just tags" from product page
-
I want to remove tags from product page. I’ve looked up in the internet and found how to remove SKU, Category and Tags all together by adding these to CSS:
product_meta {
display: none;
}or
.sku{display:none}
.posted_in{display:none}
.tagged_as{display:none}But I just want to remove tags from my product page! Anybody knows? Thank you.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Removing "just tags" from product page’ is closed to new replies.