Hi, I’ve been trying to get my image to cover the entire password page. I was wondering if there is any way to do that on the dawn theme?Thanks.
1 Like
Hi @False2
Yes, you can. Included the header and footer? This would be a big change it also needs to change the text color that blends and visible to read with the image background.
Yes with the head and footer
Hi @False2 ,
Please send me the store link, I will check it for you
Hi @False2 ,
Please go to Actions > Edit code > Assets > section-password.css file and paste this at the bottom of the file:
#shopify-section-main-password-header {
z-index: 1;
position: absolute;
width: 100%;
top: 0;
}
#shopify-section-main-password-header>div{
background: transparent;
}
#shopify-section-main-password-header>hr{
background: transparent;
}
footer {
z-index: 1;
position: absolute;
width: 100%;
bottom: 0;
}
.password__footer {
background: transparent;
color: rgb(223 209 202);
}
Thank you so much! it worked but now the footer is in the middle of the screen is there any way to remove that?
Would you mind to share your store URL? Thanks!
Hi @False2 ,
Please add code:
.password {
height: auto !important;
position: relative !important;
}
Then the footer will be at the bottom of the site
Is there a way to remove the “store owner? log in”?