Home Forums WoodMart support forum How to hide the product category description on the product archive page?

How to hide the product category description on the product archive page?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #420782

    rockleeyu
    Participant

    Hi Support,

    When I update the description for a product category, the category description would appear on the corresponding product archive page, but the reason for updating the description is actually for SEO purposes (generating the description meta).

    I have noticed there is a setting for controlling the place to show the description, but no option to hide it. Is there any way I can hide it except by introducing a custom CSS?

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

    rockleeyu
    Participant

    Any help would be appreciated.

    #420905

    Hello,

    Sorry to say but the thing is, right now there isn’t an option available to hide it.

    It will eventually require Custom CSS to hide it, if you want to hide it from your Site.

    Or the other way around is to not add Category Description (the simpler way) but if it is mandatory for SEO purpose then the other way around is to hide it through CSS if you want.
    Here is the Custom CSS if you want to try out:

    .term-description {
        display: none !important;
    }

    Location to paste Custom CSS, go to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section >> paste the CSS.

    Best Regards

    #421242

    rockleeyu
    Participant

    Hi Aizaz,

    Thanks for the solution. This ticket can be closed now.

    #421452

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘How to hide the product category description on the product archive page?’ is closed to new replies.