Shopify themes, liquid, logos, and UX
Hello! I'm editing my shop and I've got a short simple question.
I have an image banner with text and buttons on my home page. Want to make it transparent or just be able to change the transparency settings. How can I do that thing?
Thank you very much for your help!
The website is: https://project-avignon.myshopify.com/
Password: meolyo
Solved! Go to the solution
This is an accepted solution.
Hi,
please add below CSS in theme.css
.banner__box {background: rgba(22,22,22,0.8);}
22,22,22 is color code
This is an accepted solution.
Hi,
please add below CSS in theme.css
.banner__box {background: rgba(22,22,22,0.8);}
22,22,22 is color code
Thank you very much, Hari, you really helped me! This solution works perfectly.
Have a wonderful day!
I have the same issue but I can't find the theme.ccs in my code.
Hi @Spare1 ,
In that case you might have base.css file
How do i change the color to a creamy white?
Hi @jaelahstanley ,
You can paste your Color code at below URL this will provide the HEX code with opacity to include in CSS.
https://imagecolorpicker.com/color-code/190066
could also be
.banner__media {background: rgba( 11,11,11,0.1);}
Goodday that worked but how do I make the container smaller?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025