BuddyBoss Home – Web Support Forums Themes Boss. theme Hide "Last Active"

Viewing 8 posts - 1 through 8 (of 8 total)
  • Question

    #36577
    @hcassin

    Hi,

    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

    #36641

    Alyssa
    Participant
    @alyssa-buddyboss

    @hcassin try this instead:
    span.time-since{display:none;}
    If that doesn’t work try this:
    span.time-since{display:none !important;}

    #36666
    @hcassin

    Hi @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?

    #36699
    @hcassin

    Yeah, added both in the Child theme custom CSS file but the last active time is still being displayed.

    #36779
    @hcassin

    Bump

    #36802

    Alyssa
    Participant
    @alyssa-buddyboss

    @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;}

    #36803
    @hcassin

    yep, that worked! Thanks!

    #36849

    Alyssa
    Participant
    @alyssa-buddyboss

    Awesome, any time!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘Hide "Last Active"’ is closed to new replies.