Coded wrong

Topic summary

Misplaced CSS is causing stray text to appear at the bottom of the footer; the author couldn’t locate the source in Liquid files. An attached screenshot shows the unintended text in the footer.

Proposed cause: a style rule was added directly to theme.liquid instead of a CSS file.

Suggested fix:

  • Open Online Store → Themes → Edit code → theme.liquid.
  • Search for the exact line: “product_price { font-size: 24px }”.
  • Remove it from theme.liquid and move (paste) the rule into the end of base.css.

Context: theme.liquid is the main Shopify layout template (Liquid is Shopify’s templating language), and base.css is the global stylesheet where CSS rules should live.

Next steps: If moving the rule doesn’t resolve the issue, share collaboration access or the theme.liquid code for further review.

Status: No confirmation of resolution yet; the thread remains open.

Summarized with AI on December 12. AI used: gpt-5.

Hi guys,

I have coded something wrong. Now it says text on the bottom of my footer.
Can someone please help me remove this, I cant find it in the liquid code.

Hi @Samsuperfoods

It seem to put the style in the wrong place in the theme.liquid file

Just follow these steps

  1. Go to online store → themes
  2. Click 3 dots and select code edit
  3. open theme,liquid file
  4. Search for this exact line in the code
product_price { font-size: 24px }​
  • once you find that remove that code copy that code and past it into the base.css file at the end

I hope this solution worked for you! if not kindly share your collaboration code or theme.liquid code so I can check where is the mistake
If yes Just like this Reply and Mark it as a Solution and to keep me motivated BUY ME A Coffee