Notifications
Clear all

Style How to hide Activity Fields

8 Posts
2 Users
0 Likes
929 Views
Posts: 31
Topic starter
(@asmadi1)
Trusted Member
Joined: 2 years ago

how to delete this that we don't use

7 Replies
1 Reply
Admin
(@chris)
Joined: 2 years ago

Support Team
Posts: 3653

@asmadi1,

Insert the below CSS code in Custom CSS Code Field from Dashboard > Forum > Settings > Styles Tab

#wpforo .wpf-profile-section-body .wpf-statbox.wpfbg-9:nth-child(10),.wpf-profile-section-body .wpf-statbox.wpfbg-9:nth-child(9) {display: none !important 
}
Reply
Posts: 31
Topic starter
(@asmadi1)
Trusted Member
Joined: 2 years ago

how to delete this that we don't use

&
 
wpforo is very very good like vbuletin, i want to make a big forum based on wpforo
Reply
1 Reply
Admin
(@chris)
Joined: 2 years ago

Support Team
Posts: 3653

@asmadi1,

1-

#wpforo .wpf-profile-section-body .wpf-statbox.wpfbg-9:nth-child(10),
#wpforo .wpf-profile-section-body .wpf-statbox.wpfbg-9:nth-child(9),
#wpforo .wpf-profile-section-body .wpf-statbox.wpfbg-9:nth-child(5),
#wpforo .wpf-profile-section-body .wpf-statbox.wpfbg-9:nth-child(4),
#wpforo .wpf-profile-section-body .wpf-statbox.wpfbg-9:nth-child(3) {display: none !important 
}

2- Go to Dashboard > Forums > Settings > Topics & Posts Tab and disable "Display Post Editing Information" feature.

Reply
Posts: 31
Topic starter
(@asmadi1)
Trusted Member
Joined: 2 years ago
Reply
1 Reply
Admin
(@chris)
Joined: 2 years ago

Support Team
Posts: 3653

@asmadi1,

#wpforo #wpforo-wrap .wpfl-4 .wpf-head-bar div#wpf-buttons-7 {
    display: none !important;
}
Reply
Posts: 31
Topic starter
(@asmadi1)
Trusted Member
Joined: 2 years ago

this didn't work

Reply
1 Reply
Admin
(@chris)
Joined: 2 years ago

Support Team
Posts: 3653

@asmadi1,

try this one

#wpforo #wpforo-wrap .wpfl-4 .wpf-head-bar .wpf-head-bar-left.wpf-load-threads {
    display: none !important;
}
Reply