How to remove bar below each post
-
I am using the default Vanilla theme and was wondering if there is anyway I can remove the following red area in screenshot from posts.
Ideally if there is a css I can apply that would be great if someone can provide that. If no css can you please point me towards what file or code I need to modify to remove that bar from posts.
Thank you.
-
@gamer8391 said in How to remove bar below each post:
If someone can please help me with this I would greatly appreciate it.
I am ready to launch my forum but just need to remove this portion.
Thank you.
You can try:
.topic .posts .post-info { display: none; }
Copyright © 2024 NodeBB | Contributors