Jadster Member Oct 15, 2014 #1 Hello XF Community, I wanted to ask as to how I would make it so that the Staff online now widget only shows avatars but when you hover over it, the name of the user would appear. Is this possible? -Jad
Hello XF Community, I wanted to ask as to how I would make it so that the Staff online now widget only shows avatars but when you hover over it, the name of the user would appear. Is this possible? -Jad
zagorskey Active member Oct 15, 2014 #2 Add this to your EXTRA.css Code: .staffOnline .username, .staffOnline .userTitle { opacity: 0; transition: .4s } .staffOnline li:hover .username, .staffOnline li:hover .userTitle { opacity: 1 } Upvote 0 Downvote
Add this to your EXTRA.css Code: .staffOnline .username, .staffOnline .userTitle { opacity: 0; transition: .4s } .staffOnline li:hover .username, .staffOnline li:hover .userTitle { opacity: 1 }
Jadster Member Oct 15, 2014 #3 Hello zagorskey, Thanks but I added it and it didn't work. Upvote 0 Downvote
zagorskey Active member Oct 15, 2014 #4 Just tested in on a default style and it works. Version 1.4 Upvote 0 Downvote
Jadster Member Oct 15, 2014 #5 I added it to my Extra.CSS but it isn't working on my theme. I am not sure what may be causing this. Upvote 0 Downvote
zagorskey Active member Oct 15, 2014 #6 Can you start a conversation and provide me with a link? Upvote 0 Downvote
JacquiiDesigns Well-known member Oct 16, 2014 #7 @Jadster -- You may be looking for https://xenforo.com/community/resources/staff-online-avatars-columns-with-overlay.333/ HTH, J. Upvote 0 Downvote
@Jadster -- You may be looking for https://xenforo.com/community/resources/staff-online-avatars-columns-with-overlay.333/ HTH, J.