Steps to Add a Collection Page:
Go to Theme Editor:
- From your Shopify Admin, go to Online Store > Themes.
- Click Customize for the theme you're using (in your case, Trade 15.2.0).
Add a Collection Section:
- In the theme editor, select the Home Page from the page selector dropdown.
- Look for the option to Add Section and choose a section related to collections, like Collection List or Featured Collection.
- Configure the section by selecting the collections you want to display (e.g., Long Kurta, Short Kurti, etc.).
Style the Section (Optional):
- Use your theme settings to control the layout (grid, carousel, etc.) and appearance (font, colors, etc.).
- For carousel-style navigation (like in your screenshot), ensure that Slider or Carousel Layout is enabled in the section's settings.
Enable Navigation Arrows (if missing):
- If arrows are not showing in your slider:
- Check if the Slider Navigation setting is enabled for the collection list in the theme editor.
- If unavailable, add the following code to your slider initialization in the theme's JavaScript file:
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
}
Save and Preview:
- Save the changes and preview your home page to ensure the collections are displayed correctly.