How can I enlarge the social media icons on my website?

I tried a few things I already saw but I couldnt get it to work. I need my social media icons much bigger

url - wingsofparis.myshopify.com

pw - wings

This is Theodore from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Theodore | PageFly

Hi @WingsOfParis

Please open Online store > Themes > Edit code, open base.css file, and go to the bottom of your file, you can see those lines of code.

.list-social__item svg {
    width: 3rem !important;
    height: 3rem !important;
}

Change value to make it bigger.