Hide the "Moved" arrow
-
Once I've moved a topic to a better category, I don't want users to see that black "moved" arrow on the left of the topic. How do I get rid of that?
-
If you look at the source of the category page, on the body element there's a class attribute containing multiple classes. One of which is something like
category-3
. You can add.category-3
to the beginning of the css selector you already have there to make it only specific to that category. Make sure there's a space between.category-3
and the rest of it.
Copyright © 2024 NodeBB | Contributors