Hi, few weeks after posting the problems still couldn’t find the solutions myself. Anybody can help with this?
I would need a link to live examples to give you css – many things affect what classes are being used and you site might well be different to mine.
Hi, this is my site link: https://www.lifeforum.my
put this in the custom css of you theme
div.bbp-template-notice.info {
display: none;
}
.bbp-pagination-count {
display: none;
}
.forums.bbp-replies li.bbp-header {
display: none;
}
Hi, just to highlight results after applying the CSS:
First CSS – hide template notice – working great!
2nd CSS – hide pagination count – only work on front page (ie, display topic index). I need to hide pagination count also in forum & topic page.
3rd CSS – hide topic header in topic page – no output results.
Please advise. TQ!
2nd – works in my browser for your site – can you close and reopen and check again, or post a new image showing what is still wrong, and links to an exact example.
3rd – I don’t know what ‘no output results’ means ??? again it seems to have gone from your site in my browser.
I did see that I had not taken out the ‘author/posts’ from the footer – you can add this
.forums.bbp-replies li.bbp-footer {
display: none;
}
Now all CSS working great!
The 2nd & 3rd CSS showing results in a much delay manner, that’s why I thought they are not working initially. I have to test run a reply to a topic then only can “push” the CSS to work. 🙂
Thanks a lot!
great – glad you are fixed 🙂