Page title shows up as a topbar

Topic summary

A Shopify store owner is experiencing an unexpected issue where page titles are suddenly appearing as a visible top bar on their live website.

Proposed Solutions:

Two community members suggested similar CSS-based fixes:

  • Insert custom CSS code in the theme.liquid file, either above the </head> tag or before the </body> tag
  • Both solutions involve accessing Shopify Admin → Online Store → Themes → Edit code

Current Status:

The issue remains unresolved. The store owner tested the suggested solutions but reported they don’t work—instead, different code is now displaying on the site. Screenshots were shared showing the problem persists with new visual issues appearing after attempting the fixes.

The discussion is ongoing with no working solution identified yet.

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

Hi there,

All of a sudden the page titles of alle my pages shows up on the live website as sort of topbar. Do you guys know how this has happen? And more important how I can remove this again. Website url: https://gps-experte.de/

2 Likes

Hi @ecombros24 ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Hi @ecombros24

Check this one.

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 “theme. Liquid” file. Find the tag and paste the code below before the tag.


And Save.

Result:

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

Unfortunately this doesn’t work. Now it displays some other code.

Unfortunately this doesn’t work. Now it displays some other code.