Pandabear
(Pandabear)
27 januari 2021 om 22:32
1
I have used the search engine, sorry if it is repeated.
Thanks
Benjamin_D
(Benjamin Decotte)
27 januari 2021 om 22:58
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)
27 januari 2021 om 23:01
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)
27 januari 2021 om 23:14
4
Use a CSS theme component to display: none that section.
Benjamin_D
(Benjamin Decotte)
27 januari 2021 om 23:19
5
I think you can customize the css of your themes by adding
.category-heading { display: none; }
Pandabear
(Pandabear)
27 januari 2021 om 23:23
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)
27 januari 2021 om 23:29
7
Thanks to both of you, in the end I put that and it’s solved
Pandabear
(Pandabear)
2 februari 2021 om 12:02
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