Home Forums WoodMart support forum remove tags from single product page

remove tags from single product page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #312064

    aarsayem002
    Participant

    Hello I want to remove the tags option from the single product page

    Attachments:
    You must be logged in to view attached files.
    #312117

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.single .product_meta > span.tagged_in {
    display:none;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)