BuddyBoss Home – Web Support Forums Themes OneSocial theme Remove tags and categories from product page

Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Question

    #61697
    @conscious-crafties

    Hello,

    Can you tell me how to hide the tags and categories on the Product page – whilst keeping them searchable for search engines like google?

    Many thanks,

    Karen

    Answers

    #61702
    @conscious-crafties

    I’ve worked this one out:

    Added this to CSS

    /* Remove categories and tags */
    .single-product div.product .product_meta .posted_in,
    .single-product div.product .product_meta .sku_wrapper,
    .single-product div.product .product_meta .tagged_as {
    display: none;
    }

    #61712
    @vapvarun

    Hi @conscious-crafties
    Glad you find it yourself
    Regards

Viewing 3 posts - 1 through 3 (of 3 total)
  • The question ‘Remove tags and categories from product page’ is closed to new replies.