Contact us section - Social icons

How do I change the size of the social icons that remain in the contact section?

Hi there,

I hope you are having an awesome day and thanks for contacting us regarding your query.

This can be done with the help of some Custom CSS. Kindly provide me with a link to a page with this so that I may be able to write up some CSS that should work for your setup.

Looking forward to your reply :slight_smile:

Best Regards,
Support

http://morsedigital.com.br/

Hi there,
Thanks for keeping in touch with us.

Kindly add and save the following code to Appearance > Customize > Additional CSS:

.contact-us-social i.fa {
    font-size: 30px!important;
}

I hope this helps :slight_smile:

Best Regards,
Support

Thanks!!!