Notifications
Clear all

[Closed] How to remove member count in footer?

4 Posts
2 Users
1 Likes
471 Views
Posts: 53
Topic starter
(@starman71)
Trusted Member
Joined: 2 years ago

How do I remove the member count and center the remaining information in the footer of 2.0? Previously I added this code in the CSS which is still there but no longer effects the display in the footer:

#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-item:last-child {
display:none !important;
}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-item {
border-left: 1px solid #E6E6E6;
}
#wpforo #wpforo-wrap #wpforo-stat-body .wpf-stat-data {
display: flex;
justify-content: center;

3 Replies
Chris
Posts: 3650
(@chris)
Famed Member
Joined: 3 years ago

Hi @starman71,

please provide your forum URL.

Posts: 53
Topic starter
(@starman71)
Trusted Member
Joined: 2 years ago

https://49ersfaithful.org/forums I don't see a place to change the font color for the forum topics text either. This is how it used to look before your update. (see attachment)

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

Famed Member
Posts: 3650

@starman71,

try this one:

#wpforo #wpforo-wrap #wpforo-footer .wpf-footer-box:first-child li:last-child{
    display:none !important;
}
#wpforo #wpforo-wrap #wpforo-footer .wpf-footer-box:first-child {
     display: flex;
    justify-content: center;
}