Streamlining Your BigCommerce Footer: A Quick Guide to Removing Address Details in Fortune Contrast

Streamlining Your BigCommerce Footer: A Quick Guide to Removing Address Details in Fortune Contrast

In the dynamic world of e-commerce, a clean and functional website footer is crucial for user experience and brand presentation. Merchants often seek to customize every element of their online storefronts, including removing default information that may no longer be relevant or desired. This community insight from the BigCommerce forum highlights a common customization need: efficiently removing the physical address from the footer of the popular Fortune Contrast theme.

The Challenge: Unwanted Footer Information

A BigCommerce merchant, Raynald LeBlanc, initiated a discussion seeking a straightforward method to delete the address information displayed in the footer of their Fortune Contrast theme. This seemingly minor detail can be significant for businesses that operate purely online, do not wish to display a physical address, or simply prefer a more minimalist footer design. While BigCommerce themes are highly customizable, locating the exact setting or code snippet for such specific modifications can sometimes be a challenge for users without extensive technical background.

The Solution: Simple CSS Customization

The community quickly provided an effective and easy-to-implement solution. Sajid Jameel from Codinative.com, a certified BigCommerce Partner, offered a direct CSS approach that targets the specific elements within the Fortune Contrast theme's footer. This method demonstrates the power of minor CSS adjustments in tailoring BigCommerce storefronts to precise merchant requirements.

The core of the solution involves adding a few lines of CSS to the theme's stylesheet. To hide the address, the following CSS rule is applied:

.footer-contact-address {
    display: none;
}

Recognizing that merchants might also want to streamline other contact information, an additional CSS snippet was provided to hide the phone number, if desired:

.footer-contact-phone {
    display: none;
}

These CSS rules leverage the display: none; property, which completely removes the targeted element from the document flow, making it invisible and taking up no space.

Implementing the CSS Changes: A Step-by-Step Guide

The solution also included clear, actionable steps for where and how to implement these CSS changes within the BigCommerce admin panel, making it accessible even for users who are not seasoned developers:

  1. Navigate to Storefront > Themes in your BigCommerce admin dashboard.
  2. Locate your active Fortune Contrast theme and click the Advanced dropdown menu.
  3. Select the 'Edit Theme Files' option. This will open the theme editor.
  4. Within the theme editor, navigate through the file structure to assets/scss/ and open the theme.scss file. This file is typically where custom CSS rules are added to override or extend existing theme styles.
  5. Paste the provided CSS code (for hiding the address and/or phone number) at the very bottom of the theme.scss file.
  6. Save your changes.
  7. Finally, Publish the theme for the modifications to take effect on your live storefront.

Raynald LeBlanc confirmed that the solution successfully resolved their issue, underscoring the effectiveness and clarity of the provided guidance.

Broader Implications for BigCommerce Merchants

This interaction highlights several key aspects for BigCommerce users:

  • Ease of Customization: Many common visual adjustments on BigCommerce Stencil themes can be achieved with basic CSS, often without needing to delve into complex JavaScript or API integrations.
  • Community Support: The BigCommerce community forum, supported by partners like Codinative, serves as an invaluable resource for quick, practical solutions to specific merchant challenges.
  • Theme File Editing: Understanding how to safely use the 'Edit Theme Files' feature for minor CSS tweaks is a fundamental skill for BigCommerce merchants looking to fine-tune their store's appearance.
  • Importance of Specificity: Knowing the correct CSS class names (e.g., .footer-contact-address, .footer-contact-phone) is key to targeting elements accurately. These can often be found using browser developer tools.

For BigCommerce merchants aiming for a tailored online presence, this thread serves as an excellent example of how targeted CSS can provide quick and effective control over theme elements, ensuring their storefront perfectly aligns with their brand vision and operational needs.

Start with the tools

Explore migration tools

See options, compare methods, and pick the path that fits your store.

Explore migration tools