How can I increase the size of social media icons on the Dawn theme?

trying to increase the size of my social media icons for the Dawn theme. tried coding in theme settings but no luck.

1 Like

@Reynoso93

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

https://marathonpicks.com/

1 Like

@Reynoso93

thanks for url can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-list-social.css ->paste below code at the bottom of the file.
.list-social__item .icon {
    height: 2.8rem;
    width: 2.8rem;
}
1 Like

Hi Ketan, it does not seem to be working on my website, would you please check

URL: https://modacol.com/

1 Like

@EstebanPenagos

Thanks for details, can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/stylesheet.css->paste below code at the bottom of the file.
.footer-section .share-icons--icon {height: 30px !important;}

1 Like

Many thanks Ketan, I really appreciate your help! Did you find de Asset->/stylesheet.css- from the DevTools on the browser?