I still want the tags to be active for search engines but I don’t want the tags to show at the products of woocommerce.
i put this css code:
.blog-tags.minor-meta {
opacity: 0 !important;
visibility: hidden !important;
}
I have cleared the caches as well.
Hey saludesencial,
Thank you for the link to your page, please try this css:
#top.single-product .product_meta {
visibility: hidden;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hello Mike this css will works also in different kind of product or only in single product
Hello Mike the css code
#top.single-product .product_meta {
visibility: hidden;
}
works well for single product
Thanks
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike