Editing the Image banner transparency

Solved
d_reinicke
Excursionist
22 1 1

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? 

 

Screenshot 2022-09-27 at 15.47.03.png

Thank you very much for your help!

 

The website is: https://project-avignon.myshopify.com/

Password: meolyo

Accepted Solution (1)

Accepted Solutions
hari1_prasad
Shopify Partner
369 54 54

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

If your problem solved then Like & Accept this Solution.
For Design, Development and custom changes Hire Me or drop me a message or connect at Email ID: gr.trading15@gmail.com for quick consultation.
To support Buy Me a Coffee

View solution in original post

Replies 2 (2)
hari1_prasad
Shopify Partner
369 54 54

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

If your problem solved then Like & Accept this Solution.
For Design, Development and custom changes Hire Me or drop me a message or connect at Email ID: gr.trading15@gmail.com for quick consultation.
To support Buy Me a Coffee
d_reinicke
Excursionist
22 1 1

Thank you very much, Hari, you really helped me! This solution works perfectly.

Have a wonderful day!