How-to and Troubleshooting
5
Posts
2
Users
3
Reactions
456
Views
Jan 19, 2024 10:43 pm
Hi All,
Can someone help me hide ONLY the number of members (the number count) in the footer on the first line? I want to center the text of that line and the footer in general, too, if possible.
Thanks in advance.
4 Replies
Jan 23, 2024 8:24 am
You can add this CSS code into Custom CSS in the wpForo Settings page.
Dashboard > wpForo > Settings > Colors & Styles
#wpforo #wpforo-wrap #wpforo-footer .wpf-footer-box li:last-of-type{ display: none !important; } #wpforo #wpforo-wrap #wpforo-footer .wpf-footer-box ul{ justify-content: center !important; }
Jan 26, 2024 1:20 am
Thank you so much! 😊 That did it just like I wanted it. I appreciate you taking the time and patience to help me.