Adding additional text box to image banner - Dawn Theme

I want to be able to add a extra text box to space out the words a bit better.

Image 1 - I want it to be something like this. There is more than one text box and it spreads out the writing.
Image 2 - My current store, the writing is in one chain, I want to add extra text box to spread out the writing.

2 Likes

Hi @SparklingWater ,
I got it that you want same as image 1 but didn’t get you that why you want second one.
Share the url of your store so i can check

Hi @SparklingWater ,

You can add this by changing the limit for the text, and can reposition the block. Please follow the instructions below.

  1. From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code

  2. Go to Section folder and open the image-banner.liquid file

  3. Find the code below by using Ctrl + F.

t:sections.image-banner.blocks.text.name
  1. It should bring you the schema, below the code, there is a limit: 1, change the 1 into 2. See image below.

See result here:

4 Likes

Thank you!