Apr 29, 2022 8:30 am
Hi,
I'd like to hide members online widget to the guests. Is there a way to do that?
Thank you,
Alice
1 Reply
Apr 29, 2022 9:03 am
Hi @alice79b,
There is no option to hide the Online Members Widget for guest. You can hide it using custom CSS but the widget should be located in wpForo Forum Sidebar. The CSS will not work if you put the widget in WordPress theme sidebars.
This css code should be inserted in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, then save it, delete all caches:
#wpforo-wrap.wpf-guest #wpf-widget-online-users.wpforo-widget-wrap{ display:none; }