Hey,
How do i make the countdown background transparent and go on top of the background video?
Can anyone help with this?
Thank you so much
https://silicorestudios.com/password
Current code:
Hey,
How do i make the countdown background transparent and go on top of the background video?
Can anyone help with this?
Thank you so much
https://silicorestudios.com/password
Current code:
Hi,
Here’s the code that can accomplish this for you.
.password-main { position: relative; }
.countdown_timer_wrapper_clba7arwu1060901qvpedtrlh87 {
background: transparent !important;
position: absolute !important;
top: 0 !important;
width: 100% !important;
z-index: 1 !important;
}
To put it in your store,
Go to Online Store > Edit Code (for your main theme)
Search for section-password.css and open it.
Put the above code at the end of the file
Save and check your password page again.
I hope this helps.