Site logo

Archived topic

How to Remove Category Text from Product Page?

7 replies · Started by bluebit on October 12, 2018

Viewing posts 1–8 of 8

On the product page, underneath every product it shows meta data, like category, tags, etc. I just want to disable category meta field from displaying on the product page. I dont want people to see the category for the product. I tried the below code, but it removes also tags :(

How can i just exclude the category text from displaying on the product pages?

.single-product .product_meta {
display: none;
}

Hi there,

with the GP Woocommerce Module active you can disable them in the Customizer > Layout > Woocommerce. Just uncheck Display product meta data

How do I just disable the category meta data and not the tags meta data, I want to show only tags.

With this CSS:

.woocommerce .posted_in {
	display: none;
}

You gave me the wrong code, I want to show tags, but not show categories.

Edited the above

Thank you, it worked :)

Awesome - glad i could be of help

This archived topic is closed to new replies.