In am not sure what you have done to end up with that…
The CSS solution using the display:none; was the one to go for. What exactly did you do?
In am not sure what you have done to end up with that…
The CSS solution using the display:none; was the one to go for. What exactly did you do?
If I just do the css edit: #spMainContainer .spMostOnline span { display: none; },
It removed the text but not the number:
169
Currently Online: Paul, Kenn, Mary, news
72 Guest(s)
Currently Browsing this Page: Kenn
So I tried also removing the line in footer.php aswell:
#__sp(‘Most Users Ever Online: ‘),
and it gives this:
169
Currently Browsing this Page: Paul, Kenn, Mary, news
70
Guest(s)Kenn
Try it without the span in there.
#spMainContainer .spMostOnline { display: none; }