Error message at bottom of my website

Topic summary

A user encountered CSS code displaying as visible text at the bottom of their Shopify website instead of being properly applied as styling.

Suggested solutions:

  • Check for syntax errors in the style code, particularly missing parentheses or brackets
  • Review the Theme.liquid file for improperly placed code snippets
  • Verify that CSS code is enclosed within proper <style> tags or located in the correct stylesheet file

Resolution:
One community member confirmed the suggested troubleshooting steps resolved their similar issue, though the original poster has not yet confirmed whether their problem was fixed.

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

Hi, I have this message at the bottom of my screen:

body{ overflow-x:hidden !important } a.header__heading-link.link.link–text.focus-inset { padding-bottom: 0px; } #shopify-section-sections–20972431081768__header > div > header > nav { margin-top: 0px !important; }

How do I remove it please?

Hi, @sonnisaar

It should be a syntax error in the style code. Check if there are missing parentheses.

@sonnisaar thanks for posting here, can you please check your Theme.liquid file or at the bottom any snippet that you have put there?

1 Like

Thanks! That worked for me!

1 Like

@PrausGifts wellcome :blush: