trying to increase the size of my social media icons for the Dawn theme. tried coding in theme settings but no luck.
1 Like
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
1 Like
thanks for url can you try this code
- Go to Online Store->Theme->Edit code
- 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
Thanks for details, can you please try this code
- Go to Online Store->Theme->Edit code
- 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?