StackIdeas
online status
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?
Chang
·
Tuesday, 05 April 2016 10:47
·
0 Likes
·
0 Votes
·
0 Comments
·
#262423
the online status on the profile picture...the green dot
Willie Frazier
·
Tuesday, 05 April 2016 12:21
·
0 Likes
·
0 Votes
·
0 Comments
·
#262435
Hello,
To hide the online status you can insert css codes below into your template stylesheets.
div#fd.es .es-online-status {
display:none;
}
Chang
·
Tuesday, 05 April 2016 13:15
·
0 Likes
·
0 Votes
·
0 Comments
·
#262444
template stylesheets? where exactly would i put this?
Willie Frazier
·
Tuesday, 05 April 2016 23:21
·
0 Likes
·
0 Votes
·
0 Comments
·
#262602
Hi,
template stylesheets? where exactly would i put this?
Put here /templates/itl_stuart/local/css/themes/newblue/template.css
Chang
·
Wednesday, 06 April 2016 10:33
·
0 Likes
·
0 Votes
·
0 Comments
·
#262634
i placed the code into the stylesheet and it is not working..
Willie Frazier
·
Thursday, 07 April 2016 01:17
·
0 Likes
·
0 Votes
·
0 Comments
·
#262811
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.
Chang
·
Thursday, 07 April 2016 10:02
·
0 Likes
·
0 Votes
·
0 Comments
·
#262854
View Full Post