I need help to remove code showing above header

Below is a small portion of annoying code that is showing above my header. I need help to resolve this issue:

"); } else { win._boomrl = function() { bootstrap(); }; if (win.addEventListener) { win.addEventListener(“load”, win._boomrl, false); } else if (win.attachEvent) { win.attachEvent(“onload”, win._boomrl); } } doc.close(); } var link = document.createElement(“link”)…

Hi @WSL

This is Richard from PageFly - Shopify Page Builder App

Please revert the version of code to your theme.liquid to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and revert the version history to the original version, or the most recent one

Hope this can help you solve the issue

Best regards,

Richard | PageFly

Hello @WSL

Can you please check in theme.liquid file. The code is likely to come if there is any broken tag. Please follow below steps:

1: Online Stores > Themes > More Actions > Edit code

2: Open theme.liquid find for the code and remove it.

If you still have any issues do take help from a developer for your store or contact the theme developer to check the issue.

Thanks