Remove Strange Text "Skip To Content" Appearing At Top Of my Home Pge

Topic summary

A user encountered unwanted \

Summarized with AI on November 20. AI used: claude-sonnet-4-5-20250929.

Hello!

url : https://edkenlights.com/

Please help to remove the text “Skip to content” at the header Appearing At Top Of Dawn Theme.

Thank you very much for your help.

1 Like

Hi @Edken

The hidden element was appearing because you have multiple errors in your code.

  1. From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code

  2. Go to Layout folder and open the theme.liquid file

  3. Find the <body

  4. To fix the code, see the difference in your code and the code below, and copy the code below on how it is written.


    
      {{ "accessibility.skip_to_text" | t }}
    

If you are still having trouble, please hire a developer to do so

1 Like
  1. In the list of theme files, locate and click on the “theme.liquid” file.

  2. Search for the following line of code:


      {{ "accessibility.skip_to_text" | t }}
    
  • Remove this code
1 Like

Sorted ! Thank you very much !

2 Likes