• Hi! i want to know how can i hide the description of categories or the store description in the store page.

    Now if i add some description in the category, its show it in the store page above the products and i dont want to.

    Thank you!

Viewing 1 replies (of 1 total)
  • Hi @alanfrys,

    The following CSS should works

    .term-description p {
        display: none;    
    }

    Let us know if you need more help, otherwise please mark the topic as Resolved.

    Have a nice day and stay safe!

    Kind regards,
    Herman 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘How hide the description in store page’ is closed to new replies.