How to remove tag description from product page
-
Picture 10 – How do I remove or control/exclude tags from the description in the product page ?
Picture 9 – This button (Back to shop, in English) doesn’t work, when I press it nothing happens. How do I control/edit elements (in this case the button) on this page ?
Attachments:
You must be
logged in to view attached files.
10. You can edit tags for the product on Edit Product page. https://gyazo.com/c903d24e4539f4481a03d9b117492fd4
9. Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.woocommerce-cart .woocommerce > .cart-empty,
.woocommerce-cart .woocommerce > .return-to-shop {
background-color: transparent;
}
.woocommerce-cart .woocommerce > .cart-empty {
font-size: 36px;
letter-spacing: 1px;
line-height: 1.5;
padding: 250px 0 0px 0;
}
.woocommerce-cart .woocommerce > .return-to-shop {
padding: 0;
line-height: 1;
}
Regards.
Thank you for the code, it works!
About the product page tags – I want to know how to edit/exclude (if possible) tags that display on the product page, not tags for the products themselves. For example if I don’t want tags to be displayed on the product page in the area that I have shown what do I do ? I suppose excluding just part of them is not possible ?
*I don’t want to remove/exclude tag from the product itself, but from the product page.
If you want to hide them completely, you can use the following CSS code
.tagged_as {
display:none!important;
}
Regards
I wrote the code in the Custom CSS section, but it didn’t work, tags still show.
http://crystal-zone.com/produkt/swarovski-2808-heart-10-mm-denim-blue/
But we don’t see the tags on your product page now https://gyazo.com/019f944d8c2cbd3850c2d018e8731e9e
You are absolutely right, my mistake, thank you!
Great, you are welcome! Thank you for the review 🙂
Regards
The topic ‘How to remove tag description from product page’ is closed to new replies.