Trying to find edit "Image with Text" section on debut theme

Trying to find edit “Image with Text” section on debut theme.

My attempt: theme → edit code → sections → imagewithtext.liquid (which doesn’t exist)

Hi @schoe3 ,

You try find: theme → Edit code → Section → feature-row.liquid.

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Thank you AvadaCommerce. It is the one. I will accept as solution and provide screenshots. I was wondering why the file was labeled, “feature-row.liquid” instead of “imagewithtext.liquid”.

Hi @schoe3 ,

sorry. This is the section name, each theme will have a different file name.

but if you find the section name later I can show you how. Each section will have an id of the form: shopify-section-SectionName,l you can search for the section name according to the image below.

Hope it can help you. ^^

Now I understand. By using google developer tool, if you want to find out which section the page uses, use control-f onm “shopify-section” to figure out which page is referring to which section.

Thank you AvadaCommerce for showing me the way. I will pass on that knowledge