How to remove background color where image banner resides? Dawn theme version 11.

Solved

How to remove background color where image banner resides? Dawn theme version 11.

daved1234
Explorer
63 6 15

How to remove background color where image banner resides? Dawn theme version 11.

I want it to be white. Changing color scheme has no effect.

daved1234_0-1691175178845.png

daved1234_1-1691175242498.png

My site:
https://ec6bc3-2.myshopify.com/
PW
eawhup

Accepted Solution (1)
daved1234
Explorer
63 6 15

This is an accepted solution.

Thank you!

I added your code to custom CSS and it worked!

View solution in original post

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
8295 1990 2446

Hi @daved1234 ,

Try this. 

  1. From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  2. Find the theme that you want to edit and click on "Actions" and then "Edit code".
  3. In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.

 

.banner__media.media.scroll-trigger.animate--fade-in {background:white !important;}

 

Result:

Ribe_Dagandara_1-1691176979875.png

 

I hope it help.

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
daved1234
Explorer
63 6 15

This is an accepted solution.

Thank you!

I added your code to custom CSS and it worked!