Nov 15, 2017 6:24 pm
In 1.4.0, a feature was added to include the Forum Description on the topic list (or forum page).
Is there a way to turn this feature off?
I like seeing a lengthy description of each forum on the page that lists all of the forums, but I'd rather just see the list of topics when I click into a forum without having to scroll down past the description.
2 Replies
Nov 16, 2017 2:03 pm
No option, but you can use this CSS code:
#wpforo #wpforo-wrap #wpforo-description {display: none;}
#wpforo #wpforo-wrap .wpf-head-bar-left {min-height: auto;}
#wpforo #wpforo-wrap .wpf-navi.wpf-navi-topic-top {margin-top: 1px;}
Nov 17, 2017 2:43 am
Worked like a charm. Thank you so much!