Hi all,
I have created a password page to build excitement and collect emails:
https://mishmash.world/password
- I want to remove the timer for the moment, but not forever, I have tried the following code:
-
I want to hide the thin white line between the header and body of the page
-
I want to upload a different image for the background on a the mobile.
-
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
suyash1
2
@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
suyash1
4
@marycrichton123 - counter is hidden, I see like this