Text Above Header

I am using OutOfTheSandbox theme “Reflection” version 10.1.1 I’ve been using this since 2020.

Only change to the theme is the copyright text. Just added a new “Image with text overlay” section for an ad. Now have ‘‘‘html’’’ at the top of the screen. I read this response from an earlier issue.

**Dan-From-Ryviu**Power User 2024

Aug 2025

Go to your store admin > Sales channels > Online store > Themes > click “…“ > Edit code, open theme.liquid file, find and remove that word, it should be at the very top of your file.

When I go there there a lot has changed. Found the icon to “Open a new search” with no luck for ‘html’. What might I be doing wrong.

if your seeing html at the top of your screen that indicates the code changes you made are bad likely from malformed html like unclosed element tags.

Do a file rollback https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/edit-theme-code#roll-back

If still not fixed and you need theme repair services you can reach out to me.

Hey @JKTaylorUS

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

Hey @JKTaylorUS Welcome to Shopify Community can you please share the Website URL

Hello,

Before modifying the code, have you tried this?

Go to the Online Store → Themes → Edit Theme / Customize (theme editor), locate the Image with overlay text section you just added, and remove it.

Please go to your store admin > navigate Sales channels > Online Store > Themes > click “…” in the theme you got the issue > Edit code, open your image-with-text-overlay.liquid file, try to search html in the file and check if it has that part in your file, try to remove and check again on your store.

First, I really appreciate all the feedback!

The website is https://jktaylor.co

I tried removing the new section to no avail.

I’m working through the rest of the suggestions.

Added note. When I mentioned earlier that my only “theme code” change was to the copyright, that was done years ago with no impact. The recent changes were made via the standard store setup edits. None of these changes included custom html or css. Thanks again.

Theme.liquid or other main file

Press Cntrl+F

Search html

Delete.

Then search ‘‘‘

Delete.

Try this

Thank you Maximus3. Finally found it from your screen shot. Not sure why my searching failed but all is good now. Much thanks to all contributors.