Notifications
Clear all

wpForo 1.x.x [Closed] Remove online/offline dot

2 Posts
2 Users
0 Reactions
1,069 Views
StocksForum
Posts: 135
Topic starter
(@stocksforum)
Estimable Member
Joined: 6 years ago

How can I remove the online/offline dot from appearing?

 

1 Reply
Sofy
Posts: 4585
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi @stocksforum,

you can use the following CSS code: 

#wpforo #wpforo-wrap .wpfl-4 .wpf-parent-post .wpf-right .wpf-content-head-top .wpf-author-name i {
display: none;
}