Powered by shopify

I have removed powered by shopify, but now have a html text at the bottom of my page and would like to know how to remove it, contacted shopify support but no luck

thank you

htmL

Need more information. Store url link, password if any, theme name, screenshots, and what you did to remove it. The more relevant information you give the better and faster you can get it taken care of.

If all else fails, revert to previous theme backup.

Hi Maxumus3 - shop is https://justbaskits.com/ and down in the bottom left corner that is where the html word is.. I just followed a video to remove the powered by shopify edit default theme content and edit code as well.

Look in your theme.liquid for the html text. Should be towards the bottom just above the </body> tag. Just press cntrlF and enter html, go through and find it sitting by itself.

would it be this one, and do i delete the whole line

thank you for your assistance

Screenshot 2026-05-15 195125

I also have this one as well

That one. Line 375. Yes delete that whole line. Save and preview.

This usually happens when a bit of broken HTML code or an unclosed tag was left behind in your footer.liquid file when you deleted the text.

To fix it, go to Online Store > Themes > Edit Code, open the Sections folder, and click on footer.liquid.

Press Ctrl + F (or Cmd + F on Mac) and search for the broken html text that is showing up on your live site. Carefully delete just that piece of code or text, making sure you don’t accidentally remove any surrounding </div> tags. Save your changes, and the text will disappear.

Hi @SherriR

Go to Online Store → Layout → theme.liquid and search for any extra HTML or any tag that is not properly closed.