Shopify themes, liquid, logos, and UX
Hi there,
I have an Image with text banner but would like to remove the white box behind my shop now button.
Does anyone know how to do this?
My URL: www.thefreedomofpeach.com.au (the image banner is at the top of the homepage)
Solved! Go to the solution
This is an accepted solution.
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > section-image-banner.css and paste this at the bottom of the file:
.banner__box.content-container.color-background-1.gradient {
background: transparent;
}
This is an accepted solution.
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > section-image-banner.css and paste this at the bottom of the file:
.banner__box.content-container.color-background-1.gradient {
background: transparent;
}
Hallo @FOP
You can add code by following these steps to change
1. Go to Online Store -> Theme -> Edit code > assets > base.css
paste below code at bottom(base.css)
.banner__box.content-container.color-background-1.gradient {
background: transparent;
border: 1px solid pink;
}
If you require any further information, feel free to contact me.
Best regards,
Do you know how to make the button transparent also? I don't want all of my buttons across the site to be transparent just this one.
great job, thank you! just ran into the same problem
Hi @FOP
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the css file:
.banner__box {background: transparent !important;}
Regards,
San
If it’s helpful to you, please mark it as a solution.
Need Help with Shopify Design, Migration, Speed, or Custom tasks?
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin
If helpful then please Like and Accept Solution .
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025