AI Assistant
Notifications
Clear all

[Closed] How to remove member count in footer?

4 Posts
2 Users
1 Reactions
1,166 Views
Posts: 53
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@starman71)
Trusted Member
Joined: 4 years ago
[#22962]

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: 3610
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@chris)
Famed Member
Joined: 5 years ago

Hi @starman71,

please provide your forum URL.


Posts: 53
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@starman71)
Trusted Member
Joined: 4 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)

 forum statistics box

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

Famed Member
Posts: 3610
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

@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;
}

Share: