Hi there! Could you please send along the quick CSS to increase the social media icon size? I would like to increase them quite a bit, say between 250 – 500% (essentially so that they fit in the main header space).
Hey!
Try adding this code to the Quick CSS:
.social_bookmarks li a {
font-size: 26px;
}
Cheers!
Josue
Also, just wondering if there would be a way to replace the default entypo-fontello icons with custom image icons?
Not images but other custom font icons yes, refer to this article:
http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Cheers!
Josue
Thanks again! You guys are amazing, great theme, excellent support. One last thing, can the spacing be increased between the sm icons, and also the circle radius when rolled over increased as well? I guess that is 2 things… :)
Can you post the link to your website please?
Regards,
Josue
Hey!
Sorry for the late reply! Please add folllowing code to Quick CSS as well and adjust as needed
#top .social_bookmarks li, #top .social_bookmarks li a { width: 40px; }
#top .social_bookmarks li a { line-height: 40px; min-height: 40px; }
#header_main nav .social_bookmarks { height: 40px; }
#top .social_bookmarks li { margin-left: 5px; }
Best regards,
Yigit