-
Author
-
February 24, 2018 at 00:40 #189623tiffanybrileyParticipant
Hey guys! can you tell me how to eliminate some of the icons on the BuddyPress profile pages?
Thank you!
February 24, 2018 at 17:11 #189665Kieran_SQModeratorHi,
You can remove the icons with CSS, for example
li#orders-personal-li {display: none;}
You can get the names of each of these elements by right clicking the icon and selecting ‘Inspect’
If you like you tell me which icons you wish to remove and I can send you the CSS required. If any of the icons are added by plugins not bundled with KLEO then I will need access to a standard user account so I can double check the ID’s to use.
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.
March 13, 2018 at 17:38 #191597tiffanybrileyParticipantHi Kieran!
Ideally, I’d like to do the following:
1) Change the current Forums Icon to this: Fontello Code E9CE, streamline-bookmark-article
2) Change the current Photos Icon to this: Fontello Code E9C3, Fstreamline-filter-picture
3) Change the word Photos to the word Gallery in this same area.
Thank you in advance for the CSS!
March 14, 2018 at 17:43 #191715Kieran_SQModeratorHi,
To change the icon for forums please use the below CSS
#buddypress div#item-nav ul #forums-personal-li a:before {content: "\e9ce";}
To change the icon for the media please use the below CSS
#buddypress div#item-nav ul #media-personal-li a:before {content: "\e9c3";}
To change the text from Photos to Gallery for this specific area you will need to install a plugin called Loco Translate as the term is to general to translate on the fly. Once installed you can select your own language to translate and then translate the rtMedia plugin.
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.
March 15, 2018 at 15:28 #191850tiffanybrileyParticipantHey Kieran,
Thanks so much for sending these. When I plug them in, there seems to be an error. Would you mind double checking them? I’m CSS illiterate, so I’ll need to just copy and paste exactly as it must goes in.
Thanks so very much for your help!
March 15, 2018 at 17:16 #191883Kieran_SQModeratorHi,
Did you add these to the KLEO Child theme’s style.css? Also, did you clear all of your caches after updating the CSS file?
If you wish you can update this ticket, in a private reply, with admin credentials for your site so I can look into the issue for you.
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.
-
AuthorPosts
You must be logged in to reply to this topic.