Snapchat Icon For Social Menu And Increase Social Menu Icons Size

Greetings!
How can I add Snapchat to the social menu on Activello theme and how can I increase the icon size. I have attempted it( poorly I might add) please assist!

Hi @alyssapillay,

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

You can display snapchat icon and increase font size of social icons by adding the following CSS code in the Custom CSS option of your theme on the below path.

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

#social li a[href*="snapchat.com"] .fa:before,
.fa-snapchat-f:before,
.fa-snapchat:before {
    content: "\f2ab";
}

i.social_icon.fa {
    font-size: 25px;
}

Best Regards,
Movin