What's your biggest current challenge? Have your say in Community Polls along the right column.

Password page help

Password page help

marycrichton123
Explorer
53 0 10

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: 

Screenshot 2024-11-12 at 15.19.45.png

 

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

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

4. 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 

 

FullSizeRender_VSCO_VSCO.jpegFullSizeRender_VSCO.jpeg

 

 

 

Replies 3 (3)

suyash1
Shopify Partner
10215 1260 1600

@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;
    }
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
marycrichton123
Explorer
53 0 10

@suyash1 Thank you so much 

 

Annoyingly the code did not fix hiding the countdown timer: 

 

https://mishmash.world/password

suyash1
Shopify Partner
10215 1260 1600

@marycrichton123 - counter is hidden, I see like this

 

suyash1_0-1731549971907.png

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.