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

  • Author
  • #189623
     tiffanybriley
    Participant

    Hey guys!  can you tell me how to eliminate some of the icons on the BuddyPress profile pages?

    Thank you!

    #189665
     Kieran_SQ
    Moderator

    Hi,

    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 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.

    #191597
     tiffanybriley
    Participant

    Hi 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!

    #191715
     Kieran_SQ
    Moderator

    Hi,

    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 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.

    #191850
     tiffanybriley
    Participant

    Hey 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!

    #191883
     Kieran_SQ
    Moderator

    Hi,

    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 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.

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?