Hi everyone,
I’d like to add a new custom section to my website (Checkout) homepage to showcase [specific content, e.g., testimonials, featured blogs, or a promotional banner].
Can someone guide me on how to:
Create a new custom section in the theme editor?
Add it to my homepage layout?
Do I need to modify the Liquid files, or is there an easier way to achieve this?
Create the Section: In the theme editor, go to the “Sections” folder and add a new .liquid file (e.g., custom-section.liquid). Design your content there.
Add to Homepage: Edit your index.json or index.liquid file in the “Templates” folder and reference your new section.
Theme Editor Option: If your theme supports it, you can add the section directly via the theme editor without touching code.