Home Forums WoodMart support forum I want to hide the description from the product category page

I want to hide the description from the product category page

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

    crislazarraga
    Participant

    Hi! In order to improve my SEO I added a long description to the Category Product Page as I show in the attached photo. I want that to be there so that it improves my SEO but I dont want it to be visible.
    Is that possible?

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

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    I am not sure it would be good for SEO, however, you can do that with custom CSS:

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

    Please add this code to the Theme Settings > Custom CSS > General. When you hide this disappears from the page, and no sense to add content that is not visible in HTML structure.

    Best Regards

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