How can I change header colors in Dawn Theme without affecting text?

Hi there,

I’m looking to change the colour of the titles on my website using Dawn Theme. When I go to the colour section in theme settings there is no way to change this without affecting the text below which I want to remain in black. See screenshot:

Can anyone help me solve this?

URL: https://www.bundles-online.com/

password: speakenter

Thanks so much

1 Like

@bundle_bee

Please share your store URL!

Thanks!

1 Like

Hi @bundle_bee ,

I am Ani From https://www.task4store.com/ - Shopify Small & Custom Tasks Experts ( By MS Web Designer - Top Rated Shopify Certified Experts and eCommerce Consultant from Singapore )

I will love to help you with your concern.

-Kindly Provide your Store Url,

Note: If your store is protected with ‘store Font password’ please Send it here or DM me.

If you have any concerns feel free to ask me!

Regards,
Ani

1 Like

Hi @bundle_bee ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

1 Like

@bundle_bee

Please add the following CSS to your assets/base.css bottom of the file.

@media only screen and (min-width: 750px){
#shopify-section-template--15344789520560__rich_text .h1 {color: red !important;}
#shopify-section-template--15344789520560__1644325561b653f108 .title-wrapper-with-link .title {color: green !important;}
}

Thanks!