Can you change the social icon sizes?

Hi there,

New to the forum. Just installed Sparkling, cool theme.

I was wondering if there was a way to change the height/size of the social media icons as I’d like them a little smaller.

Hi @logrey,

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

You can change their size by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

div.social-icons a {
  height: 30px;
  width: 30px;
  line-height: 30px;
}

Change the size value 30px in the above code according to your requirements to change the size of social icons.

Best Regards,
Movin