Home › Forums › WoodMart support forum › The labels on the product page The labels on the product page This topic has 5 replies, 2 voices, and was last updated 7 years, 1 month ago by Artem Temos. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts December 1, 2017 at 8:45 pm #26628 lavitasarimParticipant Hello there. How can I hide the labels on the product page? Thank you. December 1, 2017 at 10:38 pm #26647 Artem TemosKeymaster Hi, Try to add the following code snippet to the Custom CSS area in Theme Settings to hide them .product-image-summary .product-images .labels-rounded { display: none; } Regards December 6, 2017 at 10:30 am #27426 lavitasarimParticipant Hi. The solution you suggested did not work. What can I do? Thanks. Attachments:You must be logged in to view attached files. December 6, 2017 at 10:35 am #27431 Artem TemosKeymaster If you want to hide product tags, you can use this code .tagged_as { display: none!important; } December 6, 2017 at 11:08 am #27438 lavitasarimParticipant Thank you very much. .product-image-summary .product-images .labels-rounded { display: none; } what is this code for? December 6, 2017 at 12:10 pm #27452 Artem TemosKeymaster This for product labels like “Sale” or “New”. Regards Author Posts Tagged: The labels on the product page Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register