< > top left hand corner of my home page.... any ideas why?

Hey guys - for some reason I have acquired an unwanted extract of code that is showing up on my website home page: www.potentenergy.co.uk

Any ideas why / how I can get rid?

Thanks!

You can fix this in theme.liquid file inside your theme. Open the theme.liquid, then search for ‘<!-- Global site tag’ , remove the opening tag (“<”) at the begining of this as showned in the image. Now search for gtag(‘config’, ‘G-M880WT4WK9’);, then remove the closing tag at the end of it ("> ") as shown in the image.

I think this happen when you implemented Google site tag script. Remove those script from header and this will fix the issue.

Cheers man! This has fixed it :+1:t2: