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
}
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
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:
Go to Online Store → Theme → Edit code
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.
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!