Hi i am struggling to remove the white border underneath my image banner on password page (image attached)
please help!!!
My store url is 365ldn.com
Hi i am struggling to remove the white border underneath my image banner on password page (image attached)
please help!!!
My store url is 365ldn.com
Hi @365boogs i see it look good, please double check on this
Hi daisy @Daisy_12
thank you for quick reply.
i am confused because it is still there for me?
are you using mobile?
Hi @365boogs its on mobile
@DaisyVo i am confused because i have asked a friend and it is there for them as well, it could be down to which phone you are using, what iphone are you viewing from? do you have any css i can post that will remove it?
Hi @365boogs ,
May I suggest to update code these steps:
.password-main .banner__media,
.password-main .banner__media img {
position: static !important;
}
.password-main .banner__content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
min-height: inherit;
}
.password-main .banner {
height: inherit;
}
@EBOOST hi there, it is still showing up after doing as you said, can you check the url on mobile please 365ldn.com
as you can see i posted the css at the bottom, have i done it right? @EBOOST
THANK YOU SO MUCHHH!!!
i have one more question
on my contact page i have a white box under the email form, do you have any css that will fix that? @EBOOST
Hi,
Could you please give me password? I can’t access to take a look it.
I have private messaged you thank you
Hi,
May I suggest to update code these steps:
body.contact {
background: #000 !important;
}
Layout/theme.liquid
Find “<body”. Add code “{{ page.handle }}” after ‘class="’