Solved

Editing the Image banner transparency

d_reinicke
Excursionist
24 1 7

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)

gr_trading
Shopify Partner
1649 139 170

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

For any custom development WhatsApp or connect at Email ID: gr.trading15@gmail.com for quick consultation. | Shopify Free codes
To support Buy Me a Coffee

View solution in original post

Replies 2 (2)

gr_trading
Shopify Partner
1649 139 170

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

For any custom development WhatsApp or connect at Email ID: gr.trading15@gmail.com for quick consultation. | Shopify Free codes
To support Buy Me a Coffee
d_reinicke
Excursionist
24 1 7

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

Have a wonderful day!