Change image banner text color for dawn 2.3.0

Hello,

I’m having trouble changing the text color that’s on the image banner for theme dawn 2.3.0.

I’d like to change the text color white to #dbcead and it doesn’t give me an option to customize. Seems like the only way to achieve this is to code, which i don’t have any experience with.

Any help?

Thanks,

Jay Boy

Hi @Jboy1 ,

You can change it from Online store > Themes > Customize > Theme settings > COLORS > Secondary color > Text

Hey Dan,

I tried this and unfortunately, it changes the product description color rather than the text color on the banner.

Hello @Jboy1 :waving_hand:

You can do custom code to do that. In Shopify Admin, go to Themes, Edit code, open file base.css and add this code snippet at the bottom

.shopify-section .banner .content-container {
color: #ff0000 !important;
}

Make sure to change the color value as you need. Hope that helps!

Hey ZenoPageBuilder,

I just tried what you recommended and unfortunately, it didn’t work :confused:

Crazy how something so simple can become so difficult to solve.