I’m currently using the impluse theme for my website and when viewing it in mobile mode there is a square around the social media icon! How to remove it???
You could remove the square grey border around the icons, to do so try adding this code to the bottom of theme.css
.mobile-nav__social-item {
border:none;'
}
2 Likes
It worked!! Thank you!
1 Like
@lorrnnzo
Excellent. Thanks for the update!

