Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1314889

    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.

    #1315117

    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

    #1316075

    Hello Mike this css will works also in different kind of product or only in single product

    #1316077

    Hello Mike the css code

    #top.single-product .product_meta {
    visibility: hidden;
    }

    works well for single product

    Thanks

    #1316242

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Hide Tags Woocommerce Product’ is closed to new replies.