Happening now | Office Hours: Customizing Your Theme With Moeed | Ask your questions now!

in ella theme how to collection page

in ella theme how to collection page

premsai
Tourist
30 0 3

Rivaaj Ethnic in home page how to add a collection page by ref:

premsai_0-1733305248769.png

Reply 1 (1)

steve_michael2
Navigator
454 39 62

Steps to Add a Collection Page:

  1. 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).
  2. 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.).
  3. 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.
  4. 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.