Notifications
Clear all

Style [Closed] How to hide Activity Fields

8 Posts
2 Users
0 Reactions
1,276 Views
Posts: 31
Topic starter
(@asmadi1)
Trusted Member
Joined: 3 years ago

how to delete this that we don't use

7 Replies
1 Reply
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@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 
}
Posts: 31
Topic starter
(@asmadi1)
Trusted Member
Joined: 3 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
1 Reply
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@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.

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

Famed Member
Posts: 3649

@asmadi1,

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

this didn't work

1 Reply
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@asmadi1,

try this one

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