Notifications
Clear all

wpForo 1.x.x [Closed] Forum Description in topic list (forum page) feature in 1.4.0

3 Posts
2 Users
0 Likes
2,175 Views
Posts: 83
Topic starter
(@timrodman)
Estimable Member
Joined: 7 years ago

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
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

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;}
Posts: 83
Topic starter
(@timrodman)
Estimable Member
Joined: 7 years ago

Worked like a charm. Thank you so much!