Issue: Code snippet in lower left of Dawn theme

I have this text in the lower left corner of slickmitt.com (dawn theme):

, “presets”: [ { “name”: “Header” } ]

I’ve searched the liquid sheet for it to no avail. Anyone know how to get rid of that?

(image below)

The problem may occur in the three files theme.liuqid, header.liquid, and footer.liquid. Look for it.

1 Like

It appears that the issue is originating from the header.liquid code. However, in the final HTML output, the code is positioned after the predictive search section but before the Ticktok app section which has failed to render and may also be contributing to the issue.
https://prnt.sc/Y0GqQn7qPavU

It’s difficult to determine without reviewing the code, but here’s my prediction. Kindly mark this reply as resolved once your issue is resolved. Please don’t hesitate to contact me if you require further assistance.

1 Like

thanks both answers below helped. Found the code in the theme liquid file and removed. Solved the issue thoughout all pages.

For those new to Shopify/CSS:

  1. Sales Channels > Online Store > Themes > 3 dots left of “Customize Button” next to your theme > Edit Code

  2. Navigate to Layout > theme.liquid

  3. Click anywhere in the body of HTML code > Control + “F”

  4. Search for and remove unwanted text appearing on the site