Home Forums WoodMart support forum Hide heading – on product category page

Hide heading – on product category page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #646727

    shweta
    Participant

    Hello,
    I added a title to the single product category page, and the category is showing below the title. I haven’t set any category on the studio page, and it’s showing the error “No product categories exist.” I want to hide this heading from that page.

    #646822

    Hello,

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

    .page-title .cat-item-none {
        display: none !important;
    }

    Best Regards,

    #646828

    shweta
    Participant

    Thanks this code working fine 🙂

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