How can I eliminate unwanted code from my website?

The code shows up at the bottom of the website. How can I remove it?

apeach_0-1692746000076.png

1 Like

Hi @apeach

Someone probably added the code in a wrong place. We try finding the code to which file it is located then delete it.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Layout” folder, click on “theme.liquid” file,
  • Look at the very bottom of the file if the code exist
  • Delete the entire code, from @media to the }}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Hi @apeach

This is Noah from PageFly - Shopify Page Builder App

This code is showing because the code is now being treated as a text to be rendered. In case you want to remove it, please help me to follow my steps belows

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

Step 2: click on theme.liquid and press Ctrl + F or CMD + F to search for the code.

Once you found the code, there are 2 solutions for you.

  1. Is completely remove it .

  2. Is wrapped all those code inside a

code goes inside here..

Both solutions will make the code disappear, but the second solution will make the code run for it.

Hope this can help you solve the issue

Best regards,

Noah | PageFly