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”.
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: