How to Enlarge Social Media Icons on Your Shopify Store
Published on Aug 6, 2024
Are you struggling with tiny social media icons on your Shopify store? You’re not alone. Many store owners face this issue, especially when using themes like Supply, Dawn, or Shella. In this guide, we’ll walk you through various methods to increase the size of your social media icons, making them more visible and clickable for your customers.
Understanding the Problem
Why Icon Size Matters
Small social media icons can easily be overlooked by visitors, potentially reducing your social media engagement. Larger, more prominent icons can:
- Improve visibility
- Increase click-through rates
- Enhance the overall user experience
Common Themes Affected
While this issue can occur in various Shopify themes, some of the most commonly affected include:
- Supply
- Dawn
- Shella
- Flow
- Capital
- Taste
Solution: Modifying Theme Code
The Most Effective Approach
The most reliable way to enlarge your social media icons is by adding custom CSS code to your theme files. This method works across different themes and allows for precise control over icon size.
Step-by-Step Guide
- Log in to your Shopify admin panel
- Navigate to Online Store > Themes
- Find your current theme and click “Actions” > “Edit code”
- Locate the appropriate CSS file (varies by theme)
- Add the custom CSS code at the bottom of the file
- Save your changes
Theme-Specific Solutions
Supply Theme
For the Supply theme, add this code to the theme.scss.liquid
file:
ul.social-icons {
margin-top: 15px;
}
.social-icons li .icon {
font-size: 28px !important;
margin-top: 10px;
}
Shella Theme
In the Shella theme, add this code to the typography.scss.css
file:
.social-media .icon {
width: 20px;
min-width: 20px;
}
.social-media .icon-social-facebook {
width: 10px;
min-width: 10px;
}
Dawn Theme
For the Dawn theme, add this code to the base.css
file:
.footer__list-social .list-social__link .icon {
width: 30px;
height: 30px;
}
Troubleshooting Common Issues
Icons Not Changing Size
If you’ve added the code but don’t see any changes, try the following:
- Clear your browser cache
- Use your browser’s inspector tool to ensure the CSS is being applied
- Check for any conflicting CSS rules in your theme
Uneven Spacing Between Icons
To fix uneven spacing, especially noticeable with Facebook icons, add this CSS:
.social-media a {
margin-right: 30px !important;
}
Icons Disappearing
If your icons disappear after making changes, double-check that you’ve pasted the code in the correct file and haven’t accidentally deleted any existing code.
Advanced Customization
Adjusting Icon Size
To fine-tune the size of your icons, modify the width
and height
values in the CSS. For example:
.social-icons li .icon {
font-size: 35px !important; /* Increase or decrease as needed */
}
Mobile Responsiveness
Ensure your icons look good on all devices by adding media queries:
@media screen and (max-width: 768px) {
.social-icons li .icon {
font-size: 24px !important; /* Adjust for mobile screens */
}
}
Changing Icon Colors
Customize your icon colors to match your brand:
.social-icons li .icon {
color: #your-color-code;
}
Best Practices for Social Media Icons
Placement
Consider placing your enlarged icons in prominent locations:
- Footer
- Header
- Sidebar
- Product pages
Consistency
Maintain a consistent size and style across all social media icons for a polished look.
Testing
Always test your changes on various devices and browsers to ensure a seamless experience for all users.
By following this guide, you should be able to successfully enlarge your social media icons in your Shopify store, regardless of the theme you’re using. Remember to always back up your theme before making changes, and don’t hesitate to reach out to Shopify support if you encounter any difficulties. With larger, more noticeable social media icons, you’re on your way to boosting your social media presence and engaging more effectively with your customers.
Take Our Quick Quiz:
Which primary product image do you think has the highest conversion rate?