Social Icons In Footer

Hi,

How do I make the social icons in the footer, currently set as my second menu, larger and open a new window when clicked?

Thanks

Hey there,
Hope you’re doing well today

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

i.social_icon.fa {
font-size: 20px!important;
}

For getting the links to open in a new tab, unfortunately, there isn’t a way within the theme to get this sorted, you could file a feature request here:

Best Regards,
Support

Thanks this worked great