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.
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.
Hi @carsandpars
Would you mind to share your store URL? Thanks!
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:
Thank you so much!!!
I tried these chanegs too.
But nothings changes here!