How to make social media icons bigger in RESPONSIVE theme

Does anyone know how to increase the size of the social media icons on the home page using the RESPONSIVE theme?

plz share your store url

@fhhome Can you please send me your store url?

Hi @fhhome ,

Can you provide your store URL ?

please provide ur the Store URL & password (If your storefront is password protected) so that I can give it a try.

Thank you

https://fh-home-store.myshopify.com/?_ab=0&_fd=0&_sc=1

https://fh-home-store.myshopify.com/?_ab=0&_fd=0&_sc=1

your store is password protected, plz share your password

Please try this password: D3sign4u!

Hi, @fhhome

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> styles.css ->paste the below code at the bottom of the file.
.social_icons a {
    font-size: 40px !important;
}

you can increase/decrease value 40 to your choice.

It worked! Thank you very much.