Home › Forums › Jevelin Theme › Social icons
Home › Forums › Jevelin Theme › Social icons
Hi, how can I increase the social icons size in the theme header & footer?
And how can I use different icons?
Thanks
Hi @vanni77,
I hope you are well today and thank you for your questions.
You can try achieving this using Yellow Pencil editor as described in the below page.
https://support.shufflehound.com/how-to-change-almost-any-element/
Best regards,
Shufflehound team
Thanks but I prefer not to install that plugin for security reasons.
There is an alternative way to increase the size of social icons?
Thanks for your support
The security issue is already resolved in the Yellow Pencil editor plugin as described in the below page.
https://support.shufflehound.com/forums/topic/yellow-pencil-editor-security-update/
You can increase size of social icons by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .sh-nav-social i:before, #page-container .sh-copyrights-social i:before { font-size: 22px; }