How do I increase size of the social media icons in the share this entry bar?
I tried
.av-share-link {
font-size:30px;
}
but that just makes the tool tips bigger
thanks!
Hi dethfire!
Please add following code to Quick CSS instead
.av-share-box ul li a {
font-size: 20px;
}
Cheers!
Yigit
you’re the best!