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!
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:
theme.liquid or footer.liquid files (most likely location for footer-related code)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.
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!
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