-
Author
-
January 22, 2018 at 00:30 #186519Imzaia WorldParticipant
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.January 22, 2018 at 00:42 #186527Kieran_SQModeratorHi 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 solutionIf 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.
January 22, 2018 at 03:39 #186543Imzaia WorldParticipantThank you, trying it now.
Does this go in the child theme’s Style.css or Functions.css?
Yin
January 22, 2018 at 04:25 #186545Kieran_SQModeratorHi,
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 solutionIf 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.
January 22, 2018 at 04:30 #186546Imzaia WorldParticipantHi again Kieran,
I added it but the text snippets are still showing up. Any idea why?
Thanks,
Yin
January 22, 2018 at 05:26 #186547Kieran_SQModeratorPlease 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 solutionIf 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. -
AuthorPosts
You must be logged in to reply to this topic.