@oscowordpress1
2 years, 12 months ago
Hi guys!
I want to remove this part of my forum which appears on every single topic and I dont want to.
I just want to show just the name of the topic and the date so any ideas of removing that bit?
@robin-w
put this in your themes custom css part
.bbp-topic-started-by { display :none ; }
Thanks!!!!!