How-to and Troubleshooting
3
Posts
2
Users
0
Reactions
923
Views
Jun 12, 2019 11:34 pm
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 12: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.