How to remove code text from the footer?

Topic summary

A user encountered unexpected code text appearing in their website footer after making CSS edits. The issue manifests as visible code snippets displaying in the footer area where they shouldn’t be.

Diagnosis:
Another community member identified the likely cause as a CSS syntax error, specifically suggesting there may be:

  • Missing or extra parentheses in the style code
  • Malformed CSS that’s causing the code to render as text rather than execute properly

Recommended Solution:

  • Review recent CSS changes for syntax errors
  • Check for balanced parentheses and proper formatting

The discussion remains open, awaiting confirmation whether the syntax fix resolved the footer display issue.

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

Hi Community,

I was working on CSS doing some edits, and now this code appears; how to remove it?

Thanks in advance for all your help!

Hello, @NicTheCat

It should be a syntax error in the style code. Please check if there are any extra or missing parentheses inside.

1 Like