Does anyone know how to increase the size of the social media icons on the home page using the RESPONSIVE theme?
plz share your store url
@fhhome Can you please send me your store url?
Hi @fhhome ,
Can you provide your store URL ?
please provide ur the Store URL & password (If your storefront is password protected) so that I can give it a try.
Thank you
your store is password protected, plz share your password
Please try this password: D3sign4u!
Hi, @fhhome
You can try this code
- Go to Online Store-> Theme->Edit code
- Asset-> styles.css ->paste the below code at the bottom of the file.
.social_icons a {
font-size: 40px !important;
}
you can increase/decrease value 40 to your choice.
It worked! Thank you very much.