Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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?