Changing Blog Title Color in Impulse Theme

I am trying to change the Blog title color in Impulse and added this to the bottom of theme.css.liquid without luck. Could anyone advise where I have gone wrong? Thank you in advance

blog.title{
color:#b39a56
}

Please share the store URL

https://studionellcote.com/

My blog post is still hidden though?

Thank you!

Make one blog live and share its URL.

Thank you! Here its is -

https://studionellcote.com/blogs/news/gatefold-invitations-are-the-new-black

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your base.css file and paste the following code below:

.article .section-header__title {
    color: #b39a56;
}

Thanks

Sorry, where do you mean for me to put that?

I tried the bottom of the theme.css.liquid and nothing changed.

theme.css is also a right file but you have a commented css in the bottom which makes our css same.

I suggest add it in the top
just before this line (

/** Shopify CDN: Minification failed

Also I suggest to check/remove the unnecessary css you added in this file.

Thanks so much but I do not have that at the top of my file - see screenshot

add it just before line no. 1

Brilliant! That worked. Just to confirm, will all my blog titles now be in that color? (I am hoping). Thank you!

Yes

Thank you so much for your time!