Home Forums WoodMart support forum meta description from product category

meta description from product category

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

    alicjajackowska
    Participant

    how can i remove meta description from product category page
    i dont want meta description to be visible

    #620739

    Hello,

    Can you please share the screenshot of the meta description that you want to remove from the product category page? Also, share the page URL of page in the private content area.

    Best Regards.

    #620998

    alicjajackowska
    Participant

    okej 🙂

    Attachments:
    You must be logged in to view attached files.
    #621116

    Hello,

    Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:

    body.tax-product_cat .term-description {
        display: none;
    }

    Best Regards.

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