BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Hide "Last Active"
- This topic has 7 replies, 2 contibutors, and was last updated 9 years, 8 months ago by Alyssa.
Question
February 27, 2015 at 7:26 am #36577@hcassinHi,
trying to hide the “Last Active” from directory and members profile.
I’ve tried adding ‘span.activity { display: none; }’ at the bottom of my CSS file as per here https://buddypress.org/support/topic/how-to-remove-active-xyz-hours-ago/ but it didn’t work.
I also tried adding it to Custom CSS and wordpress.css but still the last active was visible.
Any ideas?
Thanks!
Answers
February 28, 2015 at 7:20 pm #36641@alyssa-buddyboss
AlyssaParticipant@hcassin try this instead:
span.time-since{display:none;}
If that doesn’t work try this:
span.time-since{display:none !important;}
March 1, 2015 at 8:10 am #36666@hcassinHi @tjchester, thanks for the reply. I tried both of those but the last active info will still being displayed. is there something else I can try?
March 2, 2015 at 7:21 am #36699@hcassinYeah, added both in the Child theme custom CSS file but the last active time is still being displayed.
March 4, 2015 at 10:28 am #36779@hcassinBump
March 4, 2015 at 11:28 am #36802@alyssa-buddyboss
AlyssaParticipant@hcassin sorry for the delay, been a bit swamped lately, try adding this to custom.css:
#friend-list li .item-meta .activity, #members-stream li .item-meta .activity, #members-list li .item-meta .activity{display: none !important;}
March 4, 2015 at 11:34 am #36803@hcassinyep, that worked! Thanks!
March 5, 2015 at 1:59 pm #36849@alyssa-buddyboss
AlyssaParticipantAwesome, any time!
- The question ‘Hide "Last Active"’ is closed to new replies.