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?
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
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
Hi Luke, thank you for the help , yes that is excactly what i needed .
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
The topic ‘Is it possible to hide the “tags” from the product meta section only?’ is closed to new replies.