Home Forums WoodMart support forum Is it possible to hide the “tags” from the product meta section only?

Is it possible to hide the “tags” from the product meta section only?

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

    [email protected]
    Participant

    Is it possible to hide the “tags” from the product meta section only?
    I would still like for the product SKU and EAN to show, i have tried

    .product_meta{
    display: none !important;
    }

    in global custom CSS but that hides all the meta. I want to hide only the tags

    #379097

    Luke Nielsen
    Keymaster

    Hello,

    The below code will hide only the “tags” field from the product meta. Enter it to the “Global Custom CSS” area.

    .single-product .product_meta .tagged_as {
        display: none;
    }

    I’d be happy to assist if you have any other questions or concerns.

    Kind Regard

    #379103

    [email protected]
    Participant

    Hi Luke, thank you for the help , yes that is excactly what i needed .

    #379108

    Luke Nielsen
    Keymaster

    Hello,

    I’m glad we managed to sort this out.

    We will appreciate it if you can refer your friends or family members to become a part of our Xtemos family.

    Thank you for your time and honesty.

    Kind Regards

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

The topic ‘Is it possible to hide the “tags” from the product meta section only?’ is closed to new replies.