Home Forums WoodMart support forum Show SKU Only

Show SKU Only

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

    [email protected]
    Participant

    Hello,
    In Theme Settings > Product Page > Show/Hide elements > Show product meta
    we can toggle if we want to show category, tags and SKU. I would like to show only SKU and hide the category and tags. Can this be done?
    Thank you!

    #142598

    Hello,

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

    .meta-location-add_to_cart .product_meta .tagged_as,
    .meta-location-add_to_cart .product_meta > span.posted_in {
    display:none;
    }

    Best Regards

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