This topic has 6 replies, 3 voices, and was last updated 8 years, 5 months ago ago by Robert Hall
Is there custom css code to make product tags NOT SHOW on product page. I would like to be including them in each product to increase SEO and internal site searchability, however I don’t want them cluttering each product page. Is this possible?
Hello,
Please show a direct page where you have product tags displaying.
Best regards,
Jack Richardson.
Hi,
I’ve only added one tag to one product to see how and where it displayed. See: http://www.idisdesigns.com/shop/long-neck-top/
Regards,
Kat
Hello,
Please use this code in Theme Options > Custom CSS > Global Custom CSS:
span.tagged_as {
display: none;
}
Best regards,
Jack Richardson.
Hi,
Great, that Custom CSS worked. What would be the Custom CSS to display: none, the SKU: ?
Hello,
Please use this code in Theme Options > Custom CSS > Global Custom CSS:
.sku_wrapper{
display: none !important;
}
Regards,
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up