Can I add an iFrame to my homepage using the Debut theme?

Hi,

I have a form I need to add to my homepage. The code was sent to me as an HTML iframe. I was told this is all I can use.

I’m currently using the default theme Debut. I looked under the “Theme Sections” where there was supposed to be a “Custom HTML” block…well it’s no longer there, so how do I add this code to the homepage. The location of the iframe would be at the bottom of the page, just above the footer.

I’m also concerned about how this will appear on mobile.

Any help is much, much appreciated!

Hmmmm no replies, why even have a support forum if nobody replies?

Hello @Snerp1 ,

Please go to theme.liquid file.

FInd {% section ‘footer’ %}

And put your iframe code above this line.

Thanks for the reply,

that sorta worked… the formatting is overlapping into the section above on the homepage, and the iframe form looks even worse on a mobile device, it’s not responsive.

Any other suggestions?