How would I delete the "this shop will be powered by shopify" on the password page, in ride theme

Topic summary

A user seeks to remove the “this shop will be powered by Shopify” text from the password page footer in the Ride theme. They’re using the password page to collect email addresses for their clothing brand.

Solution provided:

  • Navigate to Online Store → Theme → Edit code
  • Locate the <set->/<section-password.css> file
  • Add the following CSS code at the bottom:
footer {
  display: none !important;
}

Outcome: The solution was confirmed as working by the original poster.

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

How would I delete the “this shop will be powered by shopify” on the password page, in ride theme?

I am using the password page of my store to get people to put their emails in (as we are a clothing brand), I am not sure how to get rid of the line that says “this shop will be powered by shopify”.

My store is using the Ride Theme.

Hi @Awoken

I hope you are doing good and welcome to the Shopify Community!

I am Santanu from MS Web Designer (Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore).

Can you pls share your store URL.

Regards,

Santanu

yes :+1: ,

it is awoken.store

Hi @Awoken ,

This is Kate 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-password.css->paste below code at the bottom of the file:

footer {
    display: none !important;
}

I hope it would help you

Thank you, that works :+1:

1 Like