Home Forums Basel support forum Removing 'Tags' from display in product page

Removing 'Tags' from display in product page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16765

    jacksparrow
    Participant

    I have been looking in options for a way to turn off ‘tags’ from displaying on the product page.

    I have not found an option to do that so I was going to use this css code in the basel ‘Global Custom CSS’ section:

    .posted_in {
    display: none;
    }

    .tagged_as {
    display: none;
    }

    unless there is another method to accomplishing this.

    #16766

    jacksparrow
    Participant

    or is it code:

    .posted_in {
    display: none !important;
    }

    .tagged_as {
    display: none !important;
    }

    #16772

    Artem Temos
    Keymaster

    Hi,

    Yes, you can use the code from your last message to hide tags and categories on the single product page.

    Regards

Tagged: ,

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