They are quite tiny. I’ve tried taking advice given for other themes, but it doesnt seem to work for the Narrative theme. Thank you in advance for any input!
Hi @beejfarms
If you want to increase size of footer social icon then follow this
- Go to Online Store->Theme->Edit code
- Asset->theme.scss Or theme.css-> paste bellow code in bottom of file
.site-footer__bottom .social-links__icon svg{width:30px;height:30px;}
1 Like
That worked like a charm. Thank you so much!!!