How to Remove Sold Out Badge in Shopify Jumpstart Theme

Published on Jun 21, 2024

By Sophia Rodriguez

#Shopify#Online Store#E-commerce
Silver Shopping Cart on Pink Surface

Are you using Shopify’s free Jumpstart theme and want to remove the sold-out badge from your product listings? You’re not alone. Many store owners prefer a cleaner look without the grey “Sold Out” circle on their product images. In this comprehensive guide, we’ll walk you through the process of removing this badge, ensuring your product listings look exactly how you want them to.

Understanding the Sold Out Badge

What is the Sold Out Badge?

The sold-out badge is a visual indicator that appears on product images when an item is out of stock. In the Jumpstart theme, it typically appears as a grey circle with the text “Sold Out” overlaying the product image.

Why Remove the Sold Out Badge?

While the badge serves a practical purpose, some store owners find it visually distracting or prefer to handle stock information differently. Removing it can create a more uniform look across your product listings, regardless of stock status.

The Impact on User Experience

Before deciding to remove the badge, consider how this might affect your customers’ shopping experience. Ensure you have alternative ways to communicate stock status to avoid confusion.

Methods to Remove the Sold Out Badge

Using Custom CSS

The most straightforward and widely applicable method to remove the sold-out badge is by adding custom CSS to your theme. This approach doesn’t require modifying theme files directly, making it safer and easier to implement.

Step 1: Access Theme Customization

  1. Log in to your Shopify admin panel.
  2. Navigate to “Online Store” > “Themes”.
  3. Find your current theme (Jumpstart) and click “Actions” > “Edit code”.

Step 2: Locate the CSS File

In the theme editor, look for the theme.scss.liquid file. This is typically where you’ll add custom CSS for your Shopify store.

Step 3: Add the Custom CSS

At the end of the theme.scss.liquid file, add the following CSS code:

.collection-list .product .badge--sold-out {
    display: none;
}

This code targets the sold-out badge specifically and hides it from view.

Step 4: Save and Test

After adding the CSS, save your changes and preview your store to ensure the sold-out badges are no longer visible on your product listings.

Alternative Approaches

While the CSS method is the most recommended, there are other ways to customize your theme’s appearance:

Modifying Theme Files

For more advanced users, directly editing theme files can offer more control. However, this approach requires caution as it can break your theme if not done correctly.

Using Shopify Apps

There are Shopify apps available that can help manage product badges and labels. While not specifically for removing sold-out badges, these apps often offer extensive customization options for product displays.

Troubleshooting Common Issues

Badge Still Visible

If the badge remains visible after adding the CSS, try the following:

  1. Clear your browser cache and refresh the page.
  2. Ensure the CSS selector matches your theme’s structure (it may vary slightly between theme versions).
  3. Check if there are any theme updates available that might affect badge styling.

Unexpected Layout Changes

Sometimes, removing an element can cause unexpected shifts in your layout. If this occurs:

  1. Inspect the affected areas using your browser’s developer tools.
  2. Adjust padding or margins of surrounding elements if necessary.
  3. Consider adding placeholder elements to maintain the original layout structure.

Best Practices for Product Display

Communicating Stock Status

Even without the sold-out badge, it’s crucial to inform customers about product availability. Consider these alternatives:

  1. Use text indicators near the “Add to Cart” button.
  2. Implement a notification system for when items come back in stock.
  3. Clearly state stock status in the product description.

Maintaining Visual Consistency

Removing the sold-out badge is just one aspect of creating a cohesive look for your store. Ensure that your overall product display strategy is consistent and aligns with your brand aesthetics.

Regular Theme Maintenance

Keep your theme updated and regularly review your customizations. Shopify frequently releases updates that can improve functionality and fix bugs, potentially affecting custom modifications.

By following this guide, you should be able to successfully remove the sold-out badge from your Shopify store using the Jumpstart theme. Remember, while this customization can enhance your store’s visual appeal, always prioritize clear communication with your customers about product availability. With these tips and best practices, you’re well on your way to creating a more tailored shopping experience for your visitors.

Take Our Quick Quiz:

Which primary product image do you think has the highest conversion rate?