How to Enlarge Social Media Icons on Your Shopify Store

Published on Aug 6, 2024

By Aisha Patel

#Shopify#Ecommerce#Web Development
Hand of man using Twitter in  Android smartphone with icons of social media on screen, smartphone life style, smartphone era, smartphone in everyday life.

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:

  1. Improve visibility
  2. Increase click-through rates
  3. 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

  1. Log in to your Shopify admin panel
  2. Navigate to Online Store > Themes
  3. Find your current theme and click “Actions” > “Edit code”
  4. Locate the appropriate CSS file (varies by theme)
  5. Add the custom CSS code at the bottom of the file
  6. 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:

  1. Clear your browser cache
  2. Use your browser’s inspector tool to ensure the CSS is being applied
  3. 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?