Home Forums WoodMart support forum Tags and catergories

Tags and catergories

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #39546

    MAYZEL
    Participant

    How to remove the tags and categories on the product page please?

    #39558

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings

    .posted_in {
        display: none !important;
    }
    
    .tagged_as {
        display: none !important;
    }

    Regards

    #39872

    MAYZEL
    Participant

    Great thanks

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

The topic ‘Tags and catergories’ is closed to new replies.