How can I change the social media icon size on Refresh theme?

I have tried using code from other discussion forums and nothing seems to be working. I’d like to make the icon size bigger on my site, Refresh theme.

Thank you.

1 Like

Hi @carsandpars

Would you mind to share your store URL? Thanks!

https://carsandparsgolf.com/

https://carsandparsgolf.com/

Thanks for the info, check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

.list-social__item .icon {
    height: 3.2rem;
    width: 3.2rem;
}

And Save.

Result:

1 Like

Thank you so much!!!

I tried these chanegs too.

But nothings changes here!