Bigger social icons in "Contact us "

I’m using Illdy theme and it’s great !
I just want to know how to increase the size of the social icons in the “Contact Us” section.
Could you please send me the css code ?
Thank you.

Hey there,

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

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*increase social icon size*/
#contact-us .section-content .contact-us-social a{
  font-size:30px;
}

Best regards,
Support.

thank you it works !

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support