How to enlarge footer social media icons in Envy theme?

Hello,

I recently upgraded to the Envy theme. Does anyone know how to make the footer social icons a bit bigger? I presume it’s in the social-icon.liquid something to adjust this or if need to add a code?

glowmumma.co.nz

password glow123

1 Like

Hello there

To make social media SVG icons larger in the footer, you can use CSS to adjust the size. Here is an example:

.social-icon {
  width: 50px;
  height: 50px;
}

Hi! Thanks so much for the reply. Which file do I need to add this code to?

Hi @missjewellee

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->theme-product.min.css

.footer-block--wrapper .sm-icons svg {
    width: 28px;
    height: 28px;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly