Tagged: icon size, social share buttons
I would like to increase the size of the icons in the Social Share Buttons element to 25px. I assigned the custom CSS class “referral-social-icons” and added the following Quick CSS:
.referral-social-icons {
font-size: 30px !important;
}
but it isn’t working. I’ve included the page URL in private content.
Appreciate the help
Hey stanbrid!
Seems like you figured it out? :)
.referral-social-icons .av-share-box ul li a {
color: #53A337;
font-size: 25px;
}
Regards,
Yigit
I did. Determining the correct (extended) class name is not easy. I use Firebug to find it, but it’s always a P.I.T.A.
For example, just
.referral-social-icons
wasn’t enough. It also required
.av-share-box ul li a
Any suggestions, hints, magic to doing this. I’d do a lot more custom classes and ask less questions if this were easier.
(sorry, don’t know all the lingo)