Notifications
Clear all

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

3 Posts
2 Users
0 Likes
838 Views
StocksForum
Posts: 135
Topic starter
(@stocksforum)
Estimable Member
Joined: 6 years ago

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:

https://smallcaps.com.au/forum/charts/gold-chart-shaping-up-nicely-on-geopolitical-tensions-and-coming-rate-cuts/#post-133

2 Replies
Posts: 986
Moderator
(@martin)
Support Team
Joined: 8 years ago

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.

1 Reply
StocksForum
(@stocksforum)
Joined: 6 years ago

Estimable Member
Posts: 135

Thanks this works. Should I delete the previous code or leave that in as well?

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