1 (edited by mouse 2015-01-24 08:59)

Topic: Online/Offline text

Hi,

How would I go about removing the 'Online' and 'Offline' text in user posts while keeping the color indication of the user being online or offline?

Any help would be much appreciated.

Re: Online/Offline text

http://jpegshare.net/thumbs/82/20/8220fa9a5e00a80d92e4ba2e9fc50bac.jpg

ForkBB
I speak only Russian  :P

3

Re: Online/Offline text

I'm sorry I don't understand what to edit to remove "Online" and "Offline" text.

Re: Online/Offline text

.author-ident li:nth-child(3) {
    display: none;
}
ForkBB
I speak only Russian  :P

5 (edited by mouse 2015-01-24 13:21)

Re: Online/Offline text

Visman wrote:
.author-ident li:nth-child(3) {
    display: none;
}

What do I do with this code?

Re: Online/Offline text

This css, it must be added to the style used.

ForkBB
I speak only Russian  :P

7

Re: Online/Offline text

I have added this to Oxygen.min.css and it did not remove the online/offline text.