Need to hide tags from product meta
-
Hello,
I previously made a post like this and was given CSS that worked.
However, the tags have now reappeared. Anything that I can retry to remove them?
Previous post: #369213
Hello,
I’d like to hide the tags from within my product meta on product pages. I need to still show the product SKU and categories.
How can I do this?
Please see screen shot for a visual representation of what I’m asking: https://gyazo.com/2224e1d26b71ac795a9954a31ed76498
Hello,
Please provide the product page with tags, I do not see them on the product page.
If you have any questions please feel free to contact us.
Best Regards
Please see the private content for this message to see a URL where it’s showing.
Thanks.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product_meta.wd-layout-inline>span.tagged_as {
display:none;
}
Best Regards