bbPress – How to re...
 

bbPress – How to remove “VOICES” “POSTS” “FRESHNESS” columns

2 Posts
2 Users
0 Likes
38 K Views
Avatar of admin
(@mjv119gmail-com)
Estimable Member Admin
Joined: 10 years ago
Posts: 79
Topic starter  

I am using bbPress forum in my website. It works good but it looks bad with unneccessary columns “VOICES” “POSTS” and FRESHNESS columns. It will be good to display only the topic title in the forum as designed in the WPMU DEV support forum.

Is there any option in bbPress settings panel to do this or give me the way by which i can do this?


   
ReplyQuote
Avatar of admin
(@mjv119gmail-com)
Estimable Member Admin
Joined: 10 years ago
Posts: 79
Topic starter  

Copy the below code and add it to your website’s child theme stylesheet or custom CSS. If you have any cache plugins, please clear the cache and refresh the page.

// To hide VOICE, REPLY and FRESHNESS columns in bbPress - by SpyTM.com
li.bbp-topic-voice-count {
    display: none !important;
}

li.bbp-topic-reply-count {
    display: none !important;
}

li.bbp-topic-freshness {
    display: none !important;
}
// End

   
ReplyQuote

Leave a reply

Author Name

Author Email

Title *

Preview 0 Revisions Saved
Share: