Pandabear
(Pandabear)
January 27, 2021, 10:32pm
1
I have used the search engine, sorry if it is repeated.
Thanks
Benjamin_D
(Benjamin Decotte)
January 27, 2021, 10:58pm
2
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).
Pandabear
(Pandabear)
January 27, 2021, 11:01pm
3
Thanks for the answers, I would like it to stay like this
But I want to keep the logo but not appear when you enter the category
This is my forum
foro0.com , and if you enter in categorys show logo that is nice
riking
(Kane York)
January 27, 2021, 11:14pm
4
Use a CSS theme component to display: none that section.
Benjamin_D
(Benjamin Decotte)
January 27, 2021, 11:19pm
5
I think you can customize the css of your themes by adding
.category-heading { display: none; }
Pandabear
(Pandabear)
January 27, 2021, 11:23pm
6
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
Pandabear
(Pandabear)
January 27, 2021, 11:29pm
7
Thanks to both of you, in the end I put that and it’s solved
Pandabear
(Pandabear)
February 2, 2021, 12:02pm
8
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