hi
Is there any way you can increase the size of the social icons that are set to appear within the socket within Enfold Theme > Footer settings?
Thanks
marcus
Hey woogie07,
Thank you for the inquiry.
You can use this css code to adjust the size of the social icons. Please add it in the Quick CSS field or in the child theme’s style.css file.
#top #socket .social_bookmarks {
margin: 0 0 0 30px;
height: 50px;
}
#top .social_bookmarks li {
width: 50px;
}
#top .social_bookmarks li a {
width: 100px;
line-height: 50px;
min-height: 50px;
font-size: 30px;
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael
Thanks
Forgive me, what do you mean by toggle.
Are you saying each time I add CSS, I need to disable the Enfold > Performance > File Compression settings, then re-able them if the changes are working OK?
Thanks
Marcus
Hi Marcus,
What Ismael meant with that is when the code is added and you don’t see any changes you may need to temporarily disable the Enfold > Performance > File Compression settings since older CSS files might be fetched.
Best regards,
Nikko