Home Forums WoodMart support forum Show selected meta’s on product page

Show selected meta’s on product page

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

    bianca-4446
    Participant

    Woolmart only allows us to show metas all together ( Categories, tags, SKU ).
    For example i want to show only tags. How I can do that ?

    Thanks,

    #500906

    Hello,

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

    .product_meta>span.sku_wrapper, 
    .product_meta>span.posted_in {
        display: none;
    }

    Best Regards

    #500929

    bianca-4446
    Participant

    Thank you it works!

    #500962

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Show selected meta’s on product page’ is closed to new replies.