Hi,
I want to remove the background but I can’t figure this out.
I’ve attached a photo. Can someone please help me?
Thank you so much!
Hi,
I want to remove the background but I can’t figure this out.
I’ve attached a photo. Can someone please help me?
Thank you so much!
hello @Em5
Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
can you please check theme custom section setting its allow if not
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hi there, I also have this issue. Are you able to provide where I should change the CSS to remove this background?
hello @Alanna29
Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
yes please share store url.
URL is http://theluckyduck.com.au/ and password is twowly
It’s still being developed so looking a bit messy but appreciate if there’s a quick solution to removing the box here:
Yes please add this code
.banner__box.color-accent-1 {
background: transparent;
}
hello @Alanna29
please Go to Online Store->Theme->Edit code then go to assets/base.css ->paste the below code at the bottom of the file.
.banner.banner--mobile-bottom .banner__box.color-accent-1 {
background: none;
}
Thank you, but the code didn’t work for me.
sorry for that issue can you please show me store url so i will check and update
I’m having the same issue and the previous code did not work for me. Can you please help me remove the background of the text on my homepage banner?
Store URL: https://naluminds.myshopify.com/admin/themes/120984830012/editor
thanks for it but your store is password protect
I’ve removed the password. Can you please help?
And I’d like the text to be black instead of white once the background is removed from the homepage banner please. Can you tell me how to do this?
thank’s for the info
hello @Sarah122
can you please share your shop preview url
Hi @Kinjaldavra my link is here: https://naluminds.myshopify.com/
hello @Sarah122
please Go to Online Store->Theme->Edit code then go to assets/base.css ->paste below code at the bottom of the file.
.banner .banner__box.color-accent-1 {
background: transparent !important;
}