Home Forums Basel support forum Remove/exclude product 'tag'

Remove/exclude product 'tag'

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4782

    jackbanister
    Participant

    Hi there,

    How do I exclude the product tag?

    Thanks,

    Jack

    #4784

    Artem Temos
    Keymaster

    Hello,

    Where do you want to exclude it? Could you please explain your request in more details? Please provide some screenshots also.

    Regards

    #4785

    jackbanister
    Participant

    Hi, yes, it appears next to the product category and the wish list, once you’ve clicked on the product, just below the product description. I’ve chosen not to show the product category (unticked it in the backroom) and it no longer shows up. But when I do the same for the product tag, a part of the grey box in which the product box was displayed still shows.

    Would show you screenshots but I’m not sure how to attach a photo smh..

    Cheers,
    Jack

    #4796

    Artem Temos
    Keymaster

    You can hide them by adding the following code snippet to the Custom CSS section in Theme Settings

    .product-design-alt .product_meta {
        display: none;
    }

    Regards

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