Show Tags on product page
-
Hello,
in Woodmart theme settings — Single Product — Elements I hide product meta (SKU, Categories, Tags).
However, I would need the “Tags” to appear, only “Tags”. Could you help with some snippet so that I can display only “Tags”.
Or some snippet that hides only SKUs and Categories on Product page.
Thank you.
Attachments:
You must be
logged in to view attached files.
Ok, solved!!
I find this:
Add this code to Theme settings — Custom CSS — Global custom CSS
.woocommerce div.product .product_meta > span.sku_wrapper {
display: none;
}
.woocommerce div.product .product_meta > span.posted_in {
display: none;
}
-
This reply was modified 1 year, 8 months ago by
ady66.
Hello,
You are Most Welcome.
We are glad that you managed to solve the problem yourself. You are Great!!!
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘Show Tags on product page’ is closed to new replies.