How can I remove the 'Powered by Shopify' text in Sense theme?

How do I hide the text “Powered by Shopify” at the bottom. I can’t find it in settings (Sense theme).

Thanks for all the help

Hi @shawnz

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/section-footer.css->paste below code at the bottom of the file:

.footer__copyright.caption > small:last-child > a {
    display: none !important;
}

Hope my answer will help you.

Best regards,

Victor | PageFly

1 Like