Hi Guys,
i want to hide the Product Tags in a single Product Page.
I found some code for hiding the meta data, but i only want to hide these Product Tags.
Thank’s a lot for helping me.
Markus
Hey Markus,
Could you post a link to an example product so that we can have a closer look please?
Best regards,
Rikard
Hi Rikard,
I found this CSS code in the meantime and it works for me:
.product_meta .tagged_as {
display:none;
}
Best Regards,
Markus
Hi,
Great, glad you found a solution :)
Best regards,
Dude