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

Solved
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
4121 945 1152

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.

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


daved1234
Explorer
63 6 15

This is an accepted solution.

Thank you!

I added your code to custom CSS and it worked!