Mastering Your BigCommerce Homepage: A Guide to Hiding Unwanted Section Titles
In the competitive world of e-commerce, a polished and intuitive storefront is paramount. BigCommerce, a leading platform, offers immense flexibility, but sometimes, achieving that perfect look requires a little customization. One common request from merchants is to streamline their homepage by removing or hiding default section titles like "New products," "Featured products," or "Bestselling products." These titles, while functional, might not always align with a brand's specific aesthetic or marketing strategy.
At Big Migration, we understand the nuances of BigCommerce customization, from complex platform migrations to subtle theme tweaks. This guide, inspired by a real-world BigCommerce forum discussion, delves into practical methods for controlling these homepage elements, ensuring your storefront truly reflects your vision.
The Quest for a Cleaner Homepage: Hiding Default Titles
The journey often begins with a simple desire: a cleaner, more focused homepage. As seen in a recent BigCommerce forum thread, merchant Michelle Helgeland sought to remove the "New products" title from her homepage. Despite using a customized Cornerstone theme, she was looking for a straightforward solution that didn't involve a deep dive into complex theme files—a sentiment many merchants share.
Default section titles can sometimes feel redundant, especially if you're using custom banners or visual cues. Removing them can create a more minimalist design, improve visual flow, or simply make room for more impactful content. The challenge lies in finding the right method that is both effective and sustainable, especially when considering future theme updates.
Method 1: The Quick & Clean CSS Injection via Footer Scripts
For minor visual adjustments, injecting custom CSS is often the most efficient and non-invasive approach. It allows you to override existing styles without altering core theme files, which is a significant advantage when theme updates roll out. This method was successfully demonstrated by Avinash Jeswal in the forum thread and confirmed by Michelle Helgeland as exactly what she needed.
How to Implement CSS via Footer Scripts:
- Access Your Control Panel: Log in to your BigCommerce store's admin panel.
- Navigate to Footer Scripts: Go to Storefront > Footer Scripts.
- Add the CSS Code: In the "Footer Scripts" text area, paste the following code snippet. This specific code targets the "New products" heading on many BigCommerce Stencil themes, particularly Cornerstone.
Explanation of the Code: This CSS targets the After adding the code, save your changes. Clear your store's cache if necessary, and then check your homepage. The "New products" title should now be gone. Important Note: While effective for "New products" on many Stencil themes (like Cornerstone), the exact selector might vary for other section titles or different themes. Use your browser's developer tools to inspect the specific heading you wish to hide and identify its unique selector. BigCommerce's Page Builder is a powerful tool designed to give merchants more control over their storefront layout without needing to touch code. For some themes and specific sections, you might be able to hide or edit titles directly through this interface. If your theme supports it, this is the easiest and safest method. However, not all section titles are controllable this way, especially those hardcoded into older theme templates. For ultimate control or when the above methods aren't sufficient, direct modification of your theme's template files is an option. This is a more advanced approach, typically recommended for developers or those comfortable with HTML/Handlebars code. BigCommerce Stencil themes use Handlebars.js templates. Homepage sections are often defined in files like Caution: Direct theme file modification carries the highest risk. Incorrect edits can break your store's layout or functionality. Theme updates can also overwrite your changes. Consider creating a child theme for extensive modifications. Select the method that best fits your technical comfort and the scope of your desired change: To ensure smooth and sustainable customizations: A clean, well-designed homepage is crucial for engaging customers and driving conversions. By understanding how to effectively manage and hide unwanted section titles, you can create a more streamlined and branded experience for your shoppers. At Big Migration, we specialize in helping businesses optimize their BigCommerce stores, from seamless migrations to intricate customizations. If you're looking to refine your storefront, enhance functionality, or explore advanced integrations, our team of experts is here to guide you. Reach out to us for tailored solutions that elevate your e-commerce presence. element with the class .page-heading that immediately follows a data-content-region="home_below_top_products". By setting display: none;, it completely hides this specific heading from your homepage.
Method 2: Leveraging BigCommerce Page Builder (No Code Required)
How to Check Page Builder Options:
Method 3: Direct Theme File Modification (Advanced)
Understanding Theme Files:
home.html or within partials (e.g., templates/components/home/new-products.html). The title you want to remove might be hardcoded as an or tag within these files.Steps for Direct Modification:
{{!-- .New products
--}}Choosing the Right Method for Your Store
Best Practices for BigCommerce Customization
Empower Your BigCommerce Storefront