REMOVE WHITE BORDER UNDER IMAGE BANNER

Solved

REMOVE WHITE BORDER UNDER IMAGE BANNER

365boogs
Tourist
11 0 1

Hi i am struggling to remove the white border underneath my image banner on password page (image attached)

please help!!!

 

IMG_2924.png

My store url is 365ldn.com

Accepted Solution (1)
EBOOST
Shopify Partner
1395 351 428

This is an accepted solution.

Hi,

In the base.css have a bug. You can refer screenshot to fix it.

EBOOST_0-1742786563854.png

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips

View solution in original post

Replies 15 (15)

DaisyVo
Shopify Partner
4385 486 579

Hi @365boogs i see it look good, please double check on this

DaisyVo_0-1742785291323.png

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
365boogs
Tourist
11 0 1

IMG_2925.png

Hi daisy @Daisy 

thank you for quick reply. 
i am confused because it is still there for me?

are you using mobile?

DaisyVo
Shopify Partner
4385 486 579

Hi @365boogs  its on mobile 

DaisyVo_0-1742785578180.png

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
365boogs
Tourist
11 0 1

@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?

365boogs
Tourist
11 0 1

I tried using chrome instead of safari and it is still showing (even bigger)

@DaisyVo IMG_2926.png

EBOOST
Shopify Partner
1395 351 428

Hi @365boogs ,


May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code

EBOOST_1-1672356985580.png
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;
}

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips
365boogs
Tourist
11 0 1

@EBOOST hi there, it is still showing up after doing as you said, can you check the url on mobile please 365ldn.com

EBOOST
Shopify Partner
1395 351 428

This is an accepted solution.

Hi,

In the base.css have a bug. You can refer screenshot to fix it.

EBOOST_0-1742786563854.png

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips
365boogs
Tourist
11 0 1

IMG_2928.png

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 

EBOOST
Shopify Partner
1395 351 428

Hi,

Could you please give me password? I can't access to take a look it.

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips
365boogs
Tourist
11 0 1

I have private messaged you thank you

EBOOST
Shopify Partner
1395 351 428

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="'

EBOOST_0-1742787650698.png

 

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips
365boogs
Tourist
11 0 1

Screenshot 2025-03-24 034804.pngScreenshot 2025-03-24 034816.png

it is still there, have i put the code in right? @EBOOST 

EBOOST
Shopify Partner
1395 351 428

Hi,

You should be add a space between {{ page.handle }} and gradient as well

EBOOST_0-1742790421276.png

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips
365boogs
Tourist
11 0 1

Screenshot 2025-03-24 031730.png

as you can see i posted the css at the bottom, have i done it right? @EBOOST