This topic has 5 replies, 2 voices, and was last updated 6 years by Kieran_SQ.

  • Author
  • #186519
     Imzaia World
    Participant

    Hi there,

    I have looked for the answer to this question in the Knowledge Database but came up empty.

    I want to remove the little text snippet from the profile headers, that appears over member pictures underneath their names. It is the text that they post in their comment boxes and then also appears on their profile headers.

    Is there a way to do this in theme settings?

    I have added a screenshot for clarity.

    Thank you for your time.

    Warm regards

    Yin

    Attachments:
    You must be logged in to view attached files.
    #186527
     Kieran_SQ
    Moderator

    Hi Yin,

    You can remove the latest update from the profile with the below CSS

    COPY CODE
    #item-header-content #latest-update {
        display: none;
    }

    If you would like to also remove the latest update from the members directory you can use this CSS instead

    COPY CODE
    #item-header-content #latest-update {
        display: none;
    }
    #buddypress #members-list .update {
        display: none;
    }

    Thanks,

    Kieran.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #186543
     Imzaia World
    Participant

    Thank you, trying it now.

    Does this go in the child theme’s Style.css or Functions.css?

    Yin

    #186545
     Kieran_SQ
    Moderator

    Hi,

    This is CSS so it should be placed in the style.css. The functions.php file is for PHP only.

    Kieran.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #186546
     Imzaia World
    Participant

    Hi again Kieran,

    I added it but the text snippets are still showing up. Any idea why?

    Thanks,

    Yin

    #186547
     Kieran_SQ
    Moderator

    Please clear your front-end cache (Ctrl+F5), I accessed your website and can see the changes (see screenshot).

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    Attachments:
    You must be logged in to view attached files.
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?