Hey guys I’m back, I’m not a code expert so this one is a little confusing. What is this code at the bottom of my site and how do I remove it? It’s showing on every page
Hi @YMTE ,
Maybe you can find and remove it from Online store > Themes > Edit code > theme.liquid file
Hello @YMTE
It’s GemPages support team and glad to support you today.
Because this CSS code outside tag
Maybe you can find it on the file theme.liquid after that you can remove or move it to inside tag like this (if you want to keep this style)
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Hi @YMTE ,
You can try this by following these steps:
Go to Online store => themes => actions => edit code and remove this code on file theme.liquid before tag
you can ctrl + f to find the code
.grid .product-single__prices {
color: white;
}
Hope this answer helps.
Best regards,
Victor | PageFly

