BC Spark Documentation
Open a Store for FREEOther ThemesBuy Theme
  • Greeting
  • Theme Support
  • Full Theme Features
  • Installation
    • Installation
  • Header
    • Header Settings
    • Header Style
    • Top Promotion
    • Header Top
    • Store Logo
    • Custom Content
    • Quick Search
    • Dropdown Menu / Mega Menu
  • Footer
    • Footer Settings
    • Footer Style
    • Footer Top
    • Footer Bottom
  • Home Automotive
    • Main Carousel
    • Featured Categories
    • Product By Category Block
    • Product By Category ID 1-8
    • Popular Categories
    • Featured Brands with Video
    • Recent Posts
    • Brands Block
    • Contact Us Block
    • Policy Block
  • Home Tools
    • Main Carousel
    • Category Custom
    • Product Block 1
    • Product Block 2
    • Product By Category Block 1
    • Product By Category Block 2
    • Product By Category ID 1-8
    • Product Block 3
    • Popular Categories
    • Brands Block
    • Recent Posts
    • Customer Reviews
    • Policy Block
  • Home Motorcycle
    • Main Carousel
    • Featured Category
    • Popular Brands
    • Product By Category Block
    • Popular Categories 1
    • Product Block 1
    • Popular Categories 2
    • Product Block 2 + 3
    • Banner With Video
    • Recent Posts
    • Policy Block
  • Product Listing Page
    • Common Settings
    • Categories Top Banner
    • Categories Bottom: Custom Content
    • Categories Bottom: Customers Review
    • Categories Bottom: Brands Block
  • Product Detail Page
    • Common Settings
    • Frequently Bought Together Function (Bundle Products)
    • Countdown
    • Sold In Last Function
    • Secure Images
    • Sticky Add To Cart Function
    • Product Tabs
    • Product Block
  • Sidebar
    • Display & Content Settings
  • Product Card
    • Common Settings
    • Product Badges
  • Checkout Page
    • Common Settings
  • Other Pages
    • Cart Page
    • Brands Page
    • Contact Us Page
    • FAQs Page
    • Blog Post Page
  • Other Features
    • Ask An Expert Form
    • Newsletter Signup Popup
    • Recently Viewed Popup
  • Editing Theme Files
    • Intro
    • Accessing Edit Theme Files
    • Editing Theme Files
    • Saving Theme Files
    • Applying New Theme to Storefront
    • Limitations
  • Knowledge Base
  • Changelog
Powered by GitBook
On this page
  1. Home Automotive

Brands Block

PreviousRecent PostsNextContact Us Block

Last updated 1 year ago

Recommended Image Size: 175x72px. Please notice that you will need to upload the correct size like our recommended size for this image to show the perfect images like our Demo theme.

To show Brands Block on Home page, In the Page Builder -> Go to Widgets -> drag and drop HTML block into specified sections.

In field HTML block:

When you are happy with your changes, don't forget click Save HTML and Publish to repackage the edited theme.

After that, input sample content below:

<div class="halo-block halo-home-section" id="topBrands" data-halo-load="animation">
    <div class="container">
        <div class="topBrands--heading pos-relative text-center halo-fadeInUp" data-halo-animate="0">
            <h3 class="page-heading">We Carry Top Brands</h3>
            <a href="#" class="halo-link" aria-label="View All">View All Brands</a>
        </div>
        <div class="topBrands--carousel pos-relative c-6" data-col="6" data-row="1" data-halo-load="init-carousel">
            <div class="item halo-fadeInUp" data-halo-animate="1">
                <a href="#" class="topBrands--item" aria-label="Brand 1">
                    <img src="https://cdn11.bigcommerce.com/s-x94ftgg4r2/images/stencil/original/image-manager/halo-brand-1.png" alt="Brand 1"/>
                </a> 
            </div>
            <div class="item halo-fadeInUp" data-halo-animate="2">
                <a href="#" class="topBrands--item" aria-label="Brand 2">
                    <img src="https://cdn11.bigcommerce.com/s-x94ftgg4r2/images/stencil/original/image-manager/halo-brand-2.png" alt="Brand 2"/>
                </a> 
            </div>
            <div class="item halo-fadeInUp" data-halo-animate="3">
                <a href="#" class="topBrands--item" aria-label="Brand 3">
                    <img src="https://cdn11.bigcommerce.com/s-x94ftgg4r2/images/stencil/original/image-manager/halo-brand-3.png" alt="Brand 3"/>
                </a> 
            </div>
            <div class="item halo-fadeInUp" data-halo-animate="4">
                <a href="#" class="topBrands--item" aria-label="Brand 4">
                    <img src="https://cdn11.bigcommerce.com/s-x94ftgg4r2/images/stencil/original/image-manager/halo-brand-4.png" alt="Brand 4"/>
                </a> 
            </div>
            <div class="item halo-fadeInUp" data-halo-animate="5">
                <a href="#" class="topBrands--item" aria-label="Brand 5">
                    <img src="https://cdn11.bigcommerce.com/s-x94ftgg4r2/images/stencil/original/image-manager/halo-brand-5.png" alt="Brand 5"/>
                </a> 
            </div>
            <div class="item halo-fadeInUp" data-halo-animate="6">
                <a href="#" class="topBrands--item" aria-label="Brand 6">
                    <img src="https://cdn11.bigcommerce.com/s-x94ftgg4r2/images/stencil/original/image-manager/halo-brand-6.png" alt="Brand 6"/>
                </a> 
            </div>
            <div class="item halo-fadeInUp" data-halo-animate="1">
                <a href="#" class="topBrands--item" aria-label="Brand 7">
                    <img src="https://cdn11.bigcommerce.com/s-x94ftgg4r2/images/stencil/original/image-manager/halo-brand-7.png" alt="Brand 7"/>
                </a> 
            </div>
        </div>
    </div>
</div>

Or use button below to generate the code with your own banners. Please click the Copy code on the popup after you changed all the blocks.

Please click the "Run Pen" button to be used