Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
3
Posts
2
Users
0
Reactions
1,381
Views
Jun 13, 2019 3:34 am
How can I remove the online/offline dot from appearing?
I added the suggested code:
#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-top .wpf-author-name i {
display: none;
}
However as you can see in this link it still appears:
2 Replies
Jun 13, 2019 4:22 am
Try this:
#wpforo #wpforo-wrap .author-name i.fa-circle{display: none!important;}
Make sure all caches are deleted, then press Ctrl+F5 twice on forum front-end to reset browser cache.