Beauty Affairs HK

Homepage

Reorder and edit the homepage sections in the theme editor. The template is templates/index.json, so every change is a setting rather than code.

Go to Online Store > Themes > Customize. The homepage loads by default. The left sidebar lists sections in the order they appear on the page, and you can drag them to reorder.

The sections on the homepage

In the order they currently render:

Section in the editorWhat it showsRepeatable blocks
Hero BannerFull-width rotating banner at the topSlide
CVP CarouselShort value propositionsCVP
Explore by CategoryCategory tilesCategory
Items You'll LoveTabbed product carouselsRecently Viewed, Purchase Again, Collection Items
Medispa Service CalloutPromotion for clinic treatmentsLabel
Skin Type CarouselsProduct carousels grouped by skin typeBanner CTA, Skin Type
Shop By RoutineRoutine steps with productsRoutine
Review CarouselCustomer reviewsReview
Popular Brand CarouselBrand logos and linksBrand
Unlock Free BonusGift tier promotionNone
Gift Ideas CardsGift cards gridGift Idea Card
Our DifferenceBrand story with imagesBanner Image, Content, CVP
Special OfferSingle promotional blockNone
Popular CategoriesCategory linksCategory
Blog Posts RedesignRecent articlesNone
SEO Copy and SEO Content RedesignLong-form text near the footerNone
Need Help PopupThe popup trigger, not visible inlineKlaviyo Offer Popup, CTA Button
Sticky Categories BarCategory bar that follows the shopper down the pageMenu Item

Items You'll Love appears twice. The second one is set up for fragrances, so check which one you are editing before you change its heading.

The Unlock Free Bonus section takes its wording from theme settings, not from the section. Edit it under the gear icon, Rewards Tiers. See Mini-cart and gifts.

Most of these sections use blocks. Click the section, then Add block at the bottom of its settings. Drag blocks to reorder them, and use the block's own menu to remove one.

Each section's schema sets a maximum number of blocks. When Add block is greyed out, the section is full, and a developer has to raise the limit in code.

Change images

Every image setting uploads into Content > Files. Replacing an image in a section does not delete the old file, so the Files library keeps growing.

Upload images at the size they display. The theme does not crop, and an oversized image slows the page for every shopper. Where a section offers separate desktop and mobile images, such as the hero slides, set both.

Business rules

Reordering sections here changes the homepage only. Other pages that use the same sections keep their own order and settings.

An empty section with no blocks still takes up space on the page. To get rid of one, use Remove section in the section's menu instead of emptying it.

Hiding a section with the eye icon keeps its settings. Hide it instead of removing it when you expect to bring it back.

Verify the change

  1. Use Preview in the theme editor before saving, then check the live page after saving.
  2. Load the homepage on a phone. Below about 750 pixels wide, several sections switch layout and use different images.
  3. Scroll the whole page and confirm the sticky category bar still follows you down.

Developer map

ConcernSource
Which sections appear and in what ordertemplates/index.json
Section markup and settingssections/<section-name>.liquid
Carousel and tile behavioursrc/entrypoints/homepage-redesign/components/
Product card used inside carouselssnippets/homepage-component-product-card.liquid
Which bundle a section loadsEntrypoints

On this page