Make Social Icons Larger

The title is self explanatory. Is there a way to make the social icons a bit bigger?

If the solution is to enlarge the icon images, will the quality remain good?

Hi @charlescho,

I hope you are well today and thank you for your question.

You can enlarge the social icons by maintaining its quality by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

body #social a {
    font-size: 22px;
}

Change the font size 22px in the above code to whatever social icons size you want to set.

Best Regards,
Movin