Tagged: social icons
Can you tell me how to increase the size of the social icons? I can barely see them.
http://www.fairshareeverywhere.com
Thanks.
Hey ginnywills,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#socket .social_bookmarks {
font-size: 20px;
}
Hope this helps :)
Best regards,
Nikko
Perfect! Thank you!
How can I add a bit more space in between them?
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#socket .social_bookmarks li {
margin-right: 5px;
}
Best regards,
Yigit
thank you!!