What's your biggest current challenge? Have your say in Community Polls along the right column.

How can I change my full width banner background? sahara theme

Solved

How can I change my full width banner background? sahara theme

mayatranquila
Excursionist
28 0 9

How can I change this colour to WHITE? It's showing up grey colour see below.

please help store site is:

www.tranquilaswimwear.com

 

Screen Shot 2024-11-27 at 11.39.12 AM.png

Accepted Solution (1)

ankitpateldev
Shopify Partner
35 3 3

This is an accepted solution.

Hi @mayatranquila ,

 

You can add below CSS to file from edit code or custom CSS from theme customiser

 

.section-full-width-banner .media--overlay:after {
    background-image: unset;
}

 

Let me know if you need further more help.

download.png

Best regards,
Ankit Patel | Shopify Expert

View solution in original post

Reply 1 (1)

ankitpateldev
Shopify Partner
35 3 3

This is an accepted solution.

Hi @mayatranquila ,

 

You can add below CSS to file from edit code or custom CSS from theme customiser

 

.section-full-width-banner .media--overlay:after {
    background-image: unset;
}

 

Let me know if you need further more help.

download.png

Best regards,
Ankit Patel | Shopify Expert