We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How to make password background media full size

Solved

How to make password background media full size

StafMeister
Excursionist
42 1 9

Hi, I've been trying to make the background media video for the password section full size but I couldnt find a to get rid of the white part way could you help me please? my website is https://25imvz-4p.myshopify.com/password

StafMeister_0-1751031279538.png

 

Accepted Solution (1)

dmwwebartisan
Shopify Partner
12384 2560 3749

This is an accepted solution.

@StafMeister 

Please add the following code at the bottom of your css file.

.video-background, .video-background * {
    overflow: inherit !important;
}
.password-enter p {
    color: #fff;
}
.password-enter__links button {
    color: #fff;
}

dmwwebartisan_0-1751034396464.png

 

Hope this helps!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
PageFly App to customize your pages | The most powerful Shopify page builder app

View solution in original post

Replies 3 (3)

The_ScriptFlow
Explorer
201 17 25

Please paste the following code in the end of base.css file.

.video-background, .video-background * {
  height: 100vh !important;
}
.password-enter {
  color: white !important;
}
.password-enter__button {
 color: white !important;
}
.password-enter__admin-link a {
  color: white !important;
}

Results:

The_ScriptFlow_1-1751032403814.png

If this was helpful mark as solution like it and don't forget to Buy me a coffee.

 

 

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com
- For any custom section queries, bug fixing please visit: Level 2 Fiverr Profile
- Buy Me a Coffee? Nah… Let’s Upgrade to a Car
- If my solution was helpful, mark it as a solution and hit the like button!

dmwwebartisan
Shopify Partner
12384 2560 3749

This is an accepted solution.

@StafMeister 

Please add the following code at the bottom of your css file.

.video-background, .video-background * {
    overflow: inherit !important;
}
.password-enter p {
    color: #fff;
}
.password-enter__links button {
    color: #fff;
}

dmwwebartisan_0-1751034396464.png

 

Hope this helps!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
PageFly App to customize your pages | The most powerful Shopify page builder app

Bundler-Manuel
Astronaut
1195 56 141

Hey there @StafMeister  Feel free to try out this code and let me know if it works for you 

body.gradient.password,
body.gradient.password .gradient {
background: var(--gradient-background);
background-attachment: fixed;
background-image: url(https://cdn.shopify.com/s/files/1/0548/6742/7399/files/DesertTheme.jpg?v=1710722322) !important;
background-color: transparent !important;
background-position: top left !important;
background-size: 100% 100% !important;
}

@media only screen and (max-width: 989px) {
body.gradient.password,
body.gradient.password .gradient {
background: var(--gradient-background);
background-attachment: fixed;
background-image: url(https://cdn.shopify.com/s/files/1/0548/6742/7399/files/DesertTheme.jpg?v=1710722322) !important;
background-color: transparent !important;
background-position: top left !important;
background-size: 100% 100% !important;
}

Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.