When customizing my theme, on the Home Page, I am able to add a section.
I was wondering if the same was possible on other pages?
I tried to add several “image-with-text-overlay” sections on a custom page but the issue is that no matter the amount of sections added, the image is always the one chosen in the first section.
On that page, I would like to have only high quality pictures of my products.
Is there a way to adapt that or to add the “add section” button on that custom page so that I can add several"image-with-text-overlay" sections?
Only home page allow us to add section from customization. If you want to add that section an other pages use {% section ‘your section name’ %} on that template where you exactly want.
please like and accept post if it is helpful for you.
Thanks for getting back to me. If I want to have 5 “text-with-image” sections on my product page and have different content in each them do I have to create 5 different sections with unique section names and copy the code from “text-with-Image” into each of them?
When I copy {% section ‘text-with-image’ %} 5 times into the template, all 5 sections are linked and whatever content I input into one it puts it in all the other ones.