By Willie Frazier on Tuesday, 05 April 2016
Posted in General
Replies 7
Likes 0
Views 550
Votes 0
is there a way to remove the online status across the site?
Hi,

May I know which components/modules are you mention?
·
Tuesday, 05 April 2016 10:47
·
0 Likes
·
0 Votes
·
0 Comments
·
the online status on the profile picture...the green dot
·
Tuesday, 05 April 2016 12:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

To hide the online status you can insert css codes below into your template stylesheets.

div#fd.es .es-online-status {
display:none;
}
·
Tuesday, 05 April 2016 13:15
·
0 Likes
·
0 Votes
·
0 Comments
·
template stylesheets? where exactly would i put this?
·
Tuesday, 05 April 2016 23:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,
template stylesheets? where exactly would i put this?

Put here /templates/itl_stuart/local/css/themes/newblue/template.css
·
Wednesday, 06 April 2016 10:33
·
0 Likes
·
0 Votes
·
0 Comments
·
i placed the code into the stylesheet and it is not working..
·
Thursday, 07 April 2016 01:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Will,

I didn't see any related codes inside this file http://www.theedu.org/templates/itl_stuart/local/css/themes/newblue/template.css it either cached or you insert into wrong file.
·
Thursday, 07 April 2016 10:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post