-
Author
-
July 29, 2017 at 21:33 #168978vidjayleeParticipant
hi ,
i add icons to buddypress activity action buttons , but i can’t hide labels buttons
<img src=”http://dev.yoostart.com/wp-content/uploads/2016/09/icons.png” alt=””>
here is used css
<code> #buddypress #activity-stream .acomment-options .acomment-delete:before, #buddypress #activity-stream .activity-meta .delete-activity-single:before, #buddypress #activity-stream .activity-meta .delete-activity:before{ content: “\e99b”; font-family: fontello; letter-spacing: 2px; } </code>
<code> a.button.bp-primary-action.bpas-show-share-options:before{ content: “\e857”; font-family: fontello; letter-spacing: 2px; } </code>
<code> a.button.bp-secondary-action.action-edit.buddyboss_edit_activity:before{ content: “\e858”; font-family: fontello; } </code>
How do I hide labels?
thanks
July 29, 2017 at 21:35 #168979vidjayleeParticipant#buddypress #activity-stream .acomment-options .acomment-delete:before, #buddypress #activity-stream .activity-meta .delete-activity-single:before, #buddypress #activity-stream .activity-meta .delete-activity:before{ content: “\e99b”; font-family: fontello; letter-spacing: 2px; }
a.button.bp-primary-action.bpas-show-share-options:before{ content: “\e857”; font-family: fontello; letter-spacing: 2px; }
a.button.bp-secondary-action.action-edit.buddyboss_edit_activity:before{ content: “\e858”; font-family: fontello; }
July 29, 2017 at 21:54 #168985Kieran_SQModeratorHi,
Are you referring to removing the words ‘supprimer’, partager’ and ‘modifier’? If so, then realistically, it isn’t possible without editing both theme files AND plugin files. Editing the plugin files will mean you will lose all of your changes when it updates. It’s also not wise to edit core files that way.
If you mean something else please try to describe in more detail so I can understand.
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.
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.