BC Beautica Documentation
Open a Store for FREEOther ThemesBuy Theme
  • Greeting
  • Changelog
  • Theme Support
  • Full Theme Features
  • Installation
    • Install Theme
  • Header
    • Header Layout
    • Promotion Text
    • Store Logo
    • Dropdown Menu / Mega Menu
    • Quick Search
  • Footer
    • Footer Layout
    • Common Settings
    • Footer Top
    • Footer Bottom
  • Home Light
    • Home Promotion
    • Main Carousel
    • Home Banner 1
    • Product Block 1
    • Home Banner 2
    • Product Block 2
    • Product Block 3
    • Home Recent Posts
    • Home Brands
    • Instagram Block
  • Home Bold
    • Main Carousel
    • Home Banner 1
    • Product Block 1
    • Product Block 2
    • Home Banner 3 - 1
    • Home Banner 3 - 2
    • Product Tabs Block
    • Home Banner 4
    • Home Brands
    • Instagram Block
  • Home Lingerie
    • Main Carousel
    • Home Banner 1
    • Product Block 1
    • Home Banner 5
    • Product Block 2
    • Home Banner 2 - 3
    • Home Banner 6
    • Home Banner 2 - 2
    • Instagram Block
    • Home Brands
  • Product Listing Page
    • Common Settings
    • Categories Top Banner
    • Categories Bottom Banner
    • Categories Bottom Policy
  • Product Card
    • Common Settings
    • Product Badges
  • Product Detail Page
    • Common Settings
    • Frequently Bought Together Function (Bundle Products)
    • Countdown
    • Sold In Last Function
    • Size Chart Function
    • Customers View Products Function
    • Previous / Next Products Function
    • Hot Stock Function
    • Buy It Now Function
    • Secure Images
    • Compare Color Function
    • Sticky Add To Cart Function
    • Notify Me: Out Of Stock Function
    • Product Tabs
    • Product Block
  • Sidebar
    • Display & Content Settings
  • Cart Page / Dropdown Cart
    • Cart Notification
    • Calculate Free Shipping Message Function
    • Quick Edit Cart Function
  • Other Pages
    • Brands Page
    • Contact Us Page
    • FAQs Page
    • Lookbook Page
    • Store Locator Page
    • Blog Post Page
  • Other Features
    • Ask An Expert Function
    • Someone Just Bought Popup
    • Newsletter Signup Popup
    • Before You Leave Function
    • 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
Powered by GitBook
On this page
  1. Home Light

Home Brands

PreviousHome Recent PostsNextInstagram Block

Last updated 1 year ago

To show Home Brands 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 halo-dots" id="popularBrands">
    <div class="container popularBrands__container">
        <div class="halo-block-header">
            <h3 class="title">Shop Our Top Brands</h3>
        </div>
        <div class="popularBrands__wrapper">
            <div class="popularBrands__carousel">
                <div class="popularBrands__item home-banner-image">
                    <div class="popularBrands__img">
                        <a href="#" aria-label="Loremous">
                            <img
                                class="lazyload"
                                src="https://cdn11.bigcommerce.com/s-wo0bjzph9t/content/loading/loading.svg"
                                data-src="https://cdn11.bigcommerce.com/s-puuf0ho3a3/images/stencil/original/image-manager/brand-logo-1.png"
                                alt="Loremous"
                            />
                        </a>
                    </div>
                </div>
                <div class="popularBrands__item home-banner-image">
                    <div class="popularBrands__img">
                        <a href="#" aria-label="Isabella">
                            <img
                                class="lazyload"
                                src="https://cdn11.bigcommerce.com/s-wo0bjzph9t/content/loading/loading.svg"
                                data-src="https://cdn11.bigcommerce.com/s-puuf0ho3a3/images/stencil/original/image-manager/brand-logo-2.png"
                                alt="Isabella"
                            />
                        </a>
                    </div>
                </div>
                <div class="popularBrands__item home-banner-image">
                    <div class="popularBrands__img">
                        <a href="#" aria-label="magcor">
                            <img
                                class="lazyload"
                                src="https://cdn11.bigcommerce.com/s-wo0bjzph9t/content/loading/loading.svg"
                                data-src="https://cdn11.bigcommerce.com/s-puuf0ho3a3/images/stencil/original/image-manager/brand-logo-3.png"
                                alt="magcor"
                            />
                        </a>
                    </div>
                </div>
                <div class="popularBrands__item home-banner-image">
                    <div class="popularBrands__img">
                        <a href="#" aria-label="Fermends">
                            <img
                                class="lazyload"
                                src="https://cdn11.bigcommerce.com/s-wo0bjzph9t/content/loading/loading.svg"
                                data-src="https://cdn11.bigcommerce.com/s-puuf0ho3a3/images/stencil/original/image-manager/brand-logo-4.png"
                                alt="Fermends"
                            />
                        </a>
                    </div>
                </div>
                <div class="popularBrands__item home-banner-image">
                    <div class="popularBrands__img">
                        <a href="#" aria-label="Conseqaur">
                            <img
                                class="lazyload"
                                src="https://cdn11.bigcommerce.com/s-wo0bjzph9t/content/loading/loading.svg"
                                data-src="https://cdn11.bigcommerce.com/s-puuf0ho3a3/images/stencil/original/image-manager/brand-logo-5.png"
                                alt="Conseqaur"
                            />
                        </a>
                    </div>
                </div>
            </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