Password page help

Topic summary

A user is customizing their Shopify password page for pre-launch email collection and needs help with several design modifications:

Main Issues:

  • Timer removal: Wants to temporarily hide the countdown timer. CSS code was attempted but didn’t work initially.
  • White line: Seeking to remove a thin white line between the header and page body.
  • Mobile background: Wants to upload a different background image specifically for mobile devices.
  • Mobile typography: Prefers the “dream big, join early” text to appear in subtitle font rather than heading font on mobile screens.

Progress Made:

  • Another user suggested checking the password page customize settings for separate image upload options.
  • Provided CSS code targeting the countdown timer and mobile heading font size.
  • Follow-up confirmed the countdown timer was successfully hidden after applying the solution.

Status: Partially resolved - timer issue fixed, but other customization requests (white line, mobile background, mobile font) remain unaddressed.

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

Hi all,

I have created a password page to build excitement and collect emails:

https://mishmash.world/password

  1. I want to remove the timer for the moment, but not forever, I have tried the following code:

  1. I want to hide the thin white line between the header and body of the page

  2. I want to upload a different image for the background on a the mobile.

  3. on the mobile screen I would like the ‘dream big, join early’ text to be in the subtitle font, not the heading font

Thank you very much

1 Like

@marycrichton123 to upload separate images, please open password page in customize settings and check if you have an option to upload separate pages

.countdown_timer_wrapper_cm2u9n9df232681191lx3axb59f {
    display: none !important;
}

@media screen and (max-width: 767px) {
.password-main h2.rich-text__heading.rte.inline-richtext.hxxl {
        font-size: 24px !important;
    }
}

@suyash1 Thank you so much

Annoyingly the code did not fix hiding the countdown timer:

https://mishmash.world/password

@marycrichton123 - counter is hidden, I see like this