BuddyBoss Home – Web › Support Forums › Plugins › BuddyBoss Wall › Change Default Icon Size
- This topic has 12 replies, 2 contibutors, and was last updated 9 years, 7 months ago by Alyssa.
Question
April 10, 2015 at 7:24 am #38756@parallaxstudiosHow 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
April 11, 2015 at 10:02 am #38800@alyssa-buddyboss
AlyssaParticipant@parallaxstudios I’m not quite sure I know which icons you are referring to. Can you post an image for clarification?
April 11, 2015 at 10:06 am #38802@parallaxstudiosImage attached. They appear on the activity page
April 11, 2015 at 2:23 pm #38810@alyssa-buddyboss
AlyssaParticipant@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;}
April 11, 2015 at 6:13 pm #38815@parallaxstudioshi can you check code please? i added the custom.css. Doesnt seem to be working
April 12, 2015 at 11:17 am #38836@alyssa-buddyboss
AlyssaParticipant@parallaxstudios lets just try this then:
#buddypress div.activity-meta a.acomment-reply{font-size:20px;}
April 12, 2015 at 11:19 am #38837@parallaxstudiosApril 12, 2015 at 11:30 am #38840@alyssa-buddyboss
AlyssaParticipant@parallaxstudios I guess I was too slow in changing my last response 🙂 See above
April 12, 2015 at 11:33 am #38841@parallaxstudiosno 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;}April 12, 2015 at 11:55 am #38842@parallaxstudiosOKay 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 😀
April 12, 2015 at 3:47 pm #38846@alyssa-buddyboss
AlyssaParticipant@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.
April 12, 2015 at 4:06 pm #38848@parallaxstudiosThanks, 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.
April 13, 2015 at 8:23 am #38866@alyssa-buddyboss
AlyssaParticipantSounds good, I’ll leave this open then 🙂
- The question ‘Change Default Icon Size’ is closed to new replies.