Can somebody ask my question please? I need help on this matter
Add some custom CSS to your theme:
Eg. For the ‘Notícias’ forum
#bbp-forum-709 .bbp-forum-topic-count,
#bbp-forum-709 .bbp-forum-reply-count {
display: none;
}
Yes, that was spam, now deleted
Thank’s Thank’s Thank’s! You did it… I put the following code in custom theme css:
#bbp-forum-709 .bbp-forum-topic-count,
#bbp-forum-709 .bbp-forum-reply-count,
#bbp-forum-709 p.bbp-topic-meta {
display: none;
}
#bbp-forum-1085 .bbp-forum-topic-count,
#bbp-forum-1085 .bbp-forum-reply-count,
#bbp-forum-1085 p.bbp-topic-meta {
display: none;
}
#bbp-forum-700 .bbp-forum-topic-count,
#bbp-forum-700 .bbp-forum-reply-count,
#bbp-forum-700 p.bbp-topic-meta {
display: none;
}
#bbp-forum-702 .bbp-forum-topic-count,
#bbp-forum-702 .bbp-forum-reply-count,
#bbp-forum-702 p.bbp-topic-meta {
display: none;
}
#bbp-forum-1032 .bbp-forum-topic-count,
#bbp-forum-1032 .bbp-forum-reply-count,
#bbp-forum-1032 p.bbp-topic-meta {
display: none;
}
#bbp-forum-1045 .bbp-forum-topic-count,
#bbp-forum-1045 .bbp-forum-reply-count,
#bbp-forum-1045 p.bbp-topic-meta {
display: none;
}
———
I guess there is a cleaner way to put it, but now it’s working. I also needed the thumbnail and info above dissapear so I found the p.bbp-topic-meta code was it…
The only thing that I need now is to know how can I center those forum titles at the center of the page, also center the height between lines…
Thank’s
Cool, with some extra CSS in those same lines above you should get pretty close to what you are after 🙂