Skip to content
otter-page-builder-blocks-extensions

Why start from scratch? Otter Pro gives you 40+ ready patterns, premium blocks, and priority support.

Learn More →

Hide the product category title in Hestia

To hide the product category title in the product section add the following CSS snippet in Appearance -> Customize -> Additional CSS:

.card-product .category {
    display: none;
}

If you want to hide them on the blog page, use this CSS snippet:

.hestia-blogs h6.category {
    display: none;
}