Shopify themes, liquid, logos, and UX
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
Solved! Go to the solution
This is an accepted solution.
Hi,
In the base.css have a bug. You can refer screenshot to fix it.
Hi @365boogs i see it look good, please double check on this
Hi daisy @Daisy
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:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file
.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
This is an accepted solution.
Hi,
In the base.css have a bug. You can refer screenshot to fix it.
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:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file
body.contact {
background: #000 !important;
}
4. Layout/theme.liquid
5. Find "<body". Add code "{{ page.handle }}" after 'class="'
Hi,
You should be add a space between {{ page.handle }} and gradient as well
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025