This topic has 4 replies, 2 voices, and was last updated 7 years by jwchameleoncorp.

  • Author
  • #142624
     jwchameleoncorp
    Participant

    Hello!

    Is there a setting to TURN OFF the status update that displays under the User Profile Pic? It seems to displays the user’s last posted, which may not always be appropriate. See attached pic for example.

    Thanks!

    #142642
     Kieran
    Participant

    You can hide the latest update by adding this CSS to either your child theme style.css or to the Quick CSS in theme options.

    COPY CODE
    #latest-update {
        display: none !important;
    }
    #142692
     jwchameleoncorp
    Participant

    Hi @kieran

    Thanks for the reply!

    The code worked on the individual profiles. However, profile status still shows in the “Members” display (see attached snapshot)

    How do I turn it off there as well?

    Thanks for all your help!

    Attachments:
    You must be logged in to view attached files.
    #142697
     Kieran
    Participant

    Hi @jwchameleoncorp

    To hide it within the directory too you can use the below CSS.

    COPY CODE
    body.directory.members #buddypress #members-list span.update {
        display: none !important;
    }
    #142700
     jwchameleoncorp
    Participant

    That worked perfect! Thank you @kieran

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?