Comment to Online Status
-
Hi all!
If you need to hide the online status icon for the non-logged users you need to perform the following actions:
1) add the RAW block to the necessary page via the Studio->Pages app.
2) add there the code like:
<style>
.bx-base-pofile-unit-online {
display: none;
}
</style>
3) make this block visible only for the guests and place it to the beginning of all blocks on this page.
-
-
That worked well on my site. Thanks @LeonidS
-