• letto.store

    (@lettostore)


    I want to remove tags from product page. I’ve looked up in the internet and found how to remove SKU, Category and Tags all together by adding these to CSS:

    product_meta {
    display: none;
    }

    or

    .sku{display:none}
    .posted_in{display:none}
    .tagged_as{display:none}

    But I just want to remove tags from my product page! Anybody knows? Thank you.

    https://www.ads-software.com/plugins/woocommerce/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Mike Jolley

    (@mikejolley)

    Just tags would be:

    .tagged_as {
    display:none
    }

    And nothing else.

    Thread Starter letto.store

    (@lettostore)

    Thank you for your answer. I’ve tried it, but unfortunately it doesn’t work! Recently, I’ve tried these code all together and it works!:

    product_meta {
    display: none;
    }
    .tagged_as{display:none}

    To your mind, is it ok!?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing "just tags" from product page’ is closed to new replies.