How to move guarantee section up homepage

I want to move my guarantee section up on my home page. Its towards the bottom currently, and I want it to be towards the top. I am using the Debutify theme, and there doesn’t seem to be a way to do this. Thanks in advance

Go to your Online store > Themes > Edit code > open theme.liquid file, find this line of code


Add this code after the above code to make it appear at the top of the homepage only.

{% section "guarantee" %}

And then find this line of code around line 284 of theme.liquid file

section "guarantee"

Please change it to this to make this guarantee appear on other pages only than the homepage

if template != 'index'
section "guarantee"
endif

can i put it under the about us section? or only at the very top

I’m not sure. Could you send me your store link to check?

theicevaultca.com

Go to your Online store > Themes > Edit code > open theme.liquid file, add this code


where do i add that code? anywhere?

did it and nothing changed

Go to your Online store > Themes > Edit code > open theme.liquid file, add this code below after element

perfect, thank you so much for your help