Hi There – I’m wondering if there is a way to increase the size of the social media icons in the header of the enfold theme? I’m using the ‘header with social icons and navigation on the bottom’ option.
thanks
Hi ShortieD!
You can add this on your custom.css or Quick CSS:
#top .social_bookmarks li a {
width: 50px;
line-height: 32px;
min-height: 50px;
font-size: 30px;
}
#top .social_bookmarks li {
height: 100%;
width: 50px;
}
Cheers!
Ismael
Thanks Ismael – how do I ensure the rollover increases with size along with it?
Hi!
Please add following code to Quick CSS as well
#top .social_bookmarks li a { line-height: 50px; }
Best regards,
Yigit
When I used this code, including the hover line at the end, it cuts my social icons in half, missing the bottom half.
Ideas?
Chris