Home › Forums › Basel support forum › Removing 'Tags' from display in product page Removing 'Tags' from display in product page This topic has 2 replies, 2 voices, and was last updated 8 years ago by Artem Temos. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts July 24, 2017 at 11:56 pm #16765 jacksparrowParticipant I have been looking in options for a way to turn off ‘tags’ from displaying on the product page. I have not found an option to do that so I was going to use this css code in the basel ‘Global Custom CSS’ section: .posted_in { display: none; } .tagged_as { display: none; } unless there is another method to accomplishing this. July 24, 2017 at 11:58 pm #16766 jacksparrowParticipant or is it code: .posted_in { display: none !important; } .tagged_as { display: none !important; } July 25, 2017 at 6:06 am #16772 Artem TemosKeymaster Hi, Yes, you can use the code from your last message to hide tags and categories on the single product page. Regards Author Posts Tagged: product page, tags Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to create new topics. Login / Register