-
Author
-
July 29, 2017 at 21:33 #168978
vidjaylee
Participanthi ,
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 #168979vidjaylee
Participant
#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_SQ
ModeratorHi,
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 solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.