Shopify password (prelaunch) page customization: the goal is to 1) disable scrolling so content fits any screen, and 2) remove semicolons from a countdown timer.
Progress and changes:
Semicolons hidden via CSS targeting even spans in the timer (essential_countdown_timer span:nth-child(even) { visibility: hidden; }).
Scrolling disabled by setting body.password.gradient { overflow: hidden }, with guidance to place the CSS in theme.liquid before for reliable effect (initially placed in password.liquid, which didn’t work).
Trade-off identified:
Removing scroll also hides the footer. To keep the footer, either allow scrolling or reduce spacing/content to fit the viewport; no alternative was offered.
Further refinements provided:
Reduced padding around rich text, countdown timer, and footer via additional CSS rules (rich-text.content-container, countdown wrapper, password__footer).
Outstanding requests (unresolved):
Redesign the email input to a single-line field with “Email” label above (in the footer area).
Remove the “Are you the store owner? Log in here” footer text.
Notes: Screenshots were shared to show desired layout and code placement. Discussion is partially resolved and remains open for the final footer/input changes.
Summarized with AI on December 15.
AI used: gpt-5.