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; }
Where is that edited, is that the forum did it to me
I do not understand why in the dark mode it is as I want but in the light version if you see the logo and the description
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
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.