How can I change the heading color in Dawn theme?

Hi!

I am fiddling about with Dawn theme (not published) and I am trying in vain to change something as simple as the colour of the headings. Everything I have learned from working with Debut doesn’t work since Dawn is completely different.

Where do I start?

/P

1 Like

@fluga_seller

Please share your preview URL & stroe front password .

Thanks!

@fluga_seller

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi @fluga_seller ,

I checked the code of Dawn theme and found the heading color was displayed by Text color. Refer https://i.imgur.com/woXJ7OL.png

Or you can also change the color directly with code, go to Assets > base.css and paste this at the bottom of the file:
h2.title{
color: #000 !important;
}

Hope it helps!

If my answer can help you solve your issue, please mark it as a solution. Thank you and good luck.

1 Like

Hi @fluga_seller ,

If my answer can help you solve your issue, please mark it as a solution. Thank you and good luck.

I’d like to change the heading color white to light grey on my banner.

Can you tell me how to do it? Thanks in advance.

This theme is not very easy to change things.

1 Like

@kbeautyblossom

can you please share store url

Thanks for your reply.

Here’s my url - www.kbeautyblossom.com

Thanks in advance!

1 Like

@kbeautyblossom

Which heading color do you want to change please share a screenshot.

Thanks!

1 Like

I’d like to change the banner heading color to light charcoal color.

Thanks in advance!

1 Like

@kbeautyblossom

Please add the following CSS code to your assets/ section-image-banner.css bottom of the file.

#Banner-template--14181827739761__image_banner .banner__heading {
    margin-bottom: 0;
    color: #898989 !important;
}

Thanks!

1 Like

@kbeautyblossom

thanks can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-image-banner.css ->paste below code at the bottom of the file.
h2.banner__heading.h1 {color: #121212;} /* change color as you like */
2 Likes

Super! Thank you so much!

Hi there

I see you have assisted many with this issue - please can you assist me - i am trying to change the heading colour from white to green - where can i change it - i would really appreciate your help

1 Like

@Alwyn007

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.