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.
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.4 additions → 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.
I'm sorry I don't understand what to edit to remove "Online" and "Offline" text.
.author-ident li:nth-child(3) {
display: none;
}
.author-ident li:nth-child(3) { display: none; }
What do I do with this code?
This css, it must be added to the style used.
I have added this to Oxygen.min.css and it did not remove the online/offline text.
PunBB Forums → PunBB 1.4 additions → Online/Offline text
Powered by PunBB, supported by Informer Technologies, Inc.