Hide Sku, Category, Tag

Hello!

How do I hide the " SKU: 560090 Category: Men’s Apparel Tag: T-Shirt " information on all the store? Hightlighted below.

Thank you!

Hello Michael,

Thanks for asking. :slight_smile:

Please add following CSS under X/Pro > Theme Options > CSS:

.product_meta {
    display: none !important;
}

Here are some related links for further reading:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.