Shopify themes, liquid, logos, and UX
Im trying to add code, for a new theme, for a new page
I followed a tutorial, so far i added this below:
{% section ‘rich-text’ %}
{% section ‘image-with-text’ %}
This worked fine after testing it out, i was able to customise the text, add an image with text next to it aswell.
The problem is, that I want to add multiple ‘rich-text’ sections AND multiple ‘image-with-text’ sections
when i have attempted to do this, shopify has simply duplicated the 1st rich-text and the 1st image-with-text, and I’m not able to change it.
can anyone show me a step by step way, so I’m able to change each rich-text section & image-with-text section
To add multiple 'rich-text' sections, you can use the following Liquid code for each section:
{% section 'rich-text' %}
Copy and paste this code for each 'rich-text' section you want to add. For example:
{% section 'rich-text' %}
{% section 'rich-text' %}
This is what I tried to do, but when I have written something in the 1st rich text section,
it has duplicated it in the 2nd rich text section
which it will not let me change the 2nd section
eg.
code-
{% section ‘rich-text’ %}
{% section ’rich-text’ %}
what I’ve written in admin-
about us blah blah …
about us blah blah …
it won’t let me change the 2nd rich text
do I need to type a code that basically says (don’t duplicate) or something?
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025