I cant remove this line of code at the bottom

Topic summary

A user accidentally added code that now appears below their footer and cannot remove it. The issue is visible on their Shopify store.

Suggested solutions:

  • Check theme files: Look in theme.liquid or footer.liquid files (most likely location for footer-related code)
  • Search for specific code: Go to Assets folder → theme.liquid file → search for product__description and remove the problematic CSS code:
.product__description.markup {
  font-family: Quantico !important;
}

Navigation path: Online Store → Themes → Actions → Edit code

The discussion remains open with no confirmation that the solution worked.

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

I accidently put this line of code somewhere and now its under the footer, please help me out I can’t remove it.

Thank you!

site: https://spullsclothing.myshopify.com

Hello @Dingo28 ,

Most probably it’s in theme.liquid
or footer.liquid .

Thanks

1 Like

Hi @Dingo28 ,

This is David at SalesHunterThemes.

Thank you for your question.

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code.

Go Assets folder → theme.liquid file.

You search .product__description and remove code:

.product__description.rte{
    font-family: Quantico !important;
  }

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

1 Like