Home Forums WoodMart support forum Need to hide tags from product meta

Need to hide tags from product meta

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #369400

    WASIPLtd_Website
    Participant

    Hello,

    I previously made a post like this and was given CSS that worked.

    However, the tags have now reappeared. Anything that I can retry to remove them?

    Previous post: #369213

    Hello,

    I’d like to hide the tags from within my product meta on product pages. I need to still show the product SKU and categories.

    How can I do this?

    Please see screen shot for a visual representation of what I’m asking: https://gyazo.com/2224e1d26b71ac795a9954a31ed76498

    #369534

    Hello,

    Please provide the product page with tags, I do not see them on the product page.

    If you have any questions please feel free to contact us.

    Best Regards

    #369688

    WASIPLtd_Website
    Participant

    Please see the private content for this message to see a URL where it’s showing.

    Thanks.

    #369805

    Hello,

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

    .product_meta.wd-layout-inline>span.tagged_as {
    display:none;
    }

    Best Regards

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