countdown transparent background Dawn 7.0.1

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,

  1. Go to Online Store > Edit Code (for your main theme)

  2. Search for section-password.css and open it.

  3. Put the above code at the end of the file

  4. Save and check your password page again.

I hope this helps.