I have used the search engine, sorry if it is repeated.
Thanks
I believe that if you remove the category logo, the first paragraph of the About topic isn’t displayed, (and there is an images tab in the edit modal to remove the category logo).
Thanks for the answers, I would like it to stay like this
Use a CSS theme component to display: none that section.
I think you can customize the css of your themes by adding
.category-heading { display: none; }
How can I remove the category description on the category page? Thank you. In desktop category page style, I have boxes with subcategories.
I tried with this
.category-list {
.category-description {
display: none;
}
in
https://foro0.com/admin/customize/themes/2/desktop/scss/edit
but it doesnt work