BuddyBoss Home – Web Support Forums Plugins BuddyBoss Wall Change Default Icon Size

Viewing 13 posts - 1 through 13 (of 13 total)
  • Question

    #38756
    @parallaxstudios

    How do you change the default dashicon size in wall? Normally would just use css to change font size but this does not seem to be working.

    Answers

    #38800

    Alyssa
    Participant
    @alyssa-buddyboss

    @parallaxstudios I’m not quite sure I know which icons you are referring to. Can you post an image for clarification?

    #38802
    @parallaxstudios

    Image attached. They appear on the activity page

    #38810

    Alyssa
    Participant
    @alyssa-buddyboss

    @parallaxstudios ah, see, a picture is worth a thousand words. This is specifically a Boss theme issue. Add this to custom.css:
    #buddypress #activity-stream div.acomment-options a.acomment-reply:before, #buddypress #activity-stream .acomment-options .bp-secondary-action:before, #buddypress #activity-stream .acomment-options .delete-activity-single:before, #buddypress #activity-stream .acomment-options .delete-activity:before, #buddypress div.activity-meta a.delete-activity, #buddypress div.activity-meta a.acomment-reply, #buddypress div.activity-meta a.unfav, #buddypress div.activity-meta a.fav, #buddypress div.activity-meta a.buddyboss_media_move, #buddypress #activity-stream .activity-meta .bp-secondary-action:before, #buddypress #activity-stream .activity-meta .delete-activity-single:before, #buddypress #activity-stream .activity-meta .delete-activity:before{font-size:20px;}

    #38815
    @parallaxstudios

    hi can you check code please? i added the custom.css. Doesnt seem to be working

    #38836

    Alyssa
    Participant
    @alyssa-buddyboss

    @parallaxstudios lets just try this then:
    #buddypress div.activity-meta a.acomment-reply{font-size:20px;}

    #38837
    @parallaxstudios
    #38840

    Alyssa
    Participant
    @alyssa-buddyboss

    @parallaxstudios I guess I was too slow in changing my last response 🙂 See above

    #38841
    @parallaxstudios

    no change 😀

    I just tried getting css code for delete icon and changing it but no dice

    a.button.item-button.bp-secondary-action.delete-activity.confirm {
    font-size:20px !important;}

    #38842
    @parallaxstudios

    OKay fixed, for some reason it wouldnt work when applied to child theme custom.css. Made the change to the main-global.css for now. I know if I update it would go away but at least for now it works 😀

    #38846

    Alyssa
    Participant
    @alyssa-buddyboss

    @parallaxstudios editing the main-global.css file will make it so when you update changes will be erased. I do not see the code in your current custom.css file. But you are also using a custom plugin for likes that has changed all the activity meta icons. I’ll leave this open in case you have issues in the future.

    #38848
    @parallaxstudios

    Thanks, Ya I think theyre interacting in way that made the custom.css not work, why I removed code from it when I got it to work with main-global but if I have other issues I will let you know.

    #38866

    Alyssa
    Participant
    @alyssa-buddyboss

    Sounds good, I’ll leave this open then 🙂

Viewing 13 posts - 1 through 13 (of 13 total)
  • The question ‘Change Default Icon Size’ is closed to new replies.