southernhillclothing@gmail.com
pw:Southernhill23
A user seeks to remove the Shopify logo from their password-protected page while keeping the password entry field, specifically on the Prestige theme.
Initial Solution Provided:
@media screen and only (max-width: 996px) {
.password__footer {
display: none;
}
}
Issue Encountered:
The mobile-only solution created a large gap on desktop views.
Updated Solutions:
{% render 'icon' with 'shopify-logo' %}Both approaches successfully hide the Shopify branding from the password page.