Comments Chuico started the conversationApril 29, 2020 at 12:14pmHi,How can I change the header text colors so that it's blue? Please note that I don't want to change the color of all my H1 headers. Thanks! 3,021Andrew repliedApril 29, 2020 at 3:33pmHi Chuico,Try the following custom css in Salient > General settings > CSS/Script related: #page-header-bg .top-heading span { color: blue !important; } Hope this helps.Chuico repliedApril 30, 2020 at 3:46amThanks Andrew, but this just changes the header of my homepage. I was looking to change the header text colors for the blog posts except their H1 headers. Here's my site: pesohacks.com 3,021Andrew repliedApril 30, 2020 at 8:04pmHi Chuico,Use the following. #single-below-header span { color: blue !important; } .blog-title a { color: blue !important; } Kind regards. Sign in to reply ...
Hi,
How can I change the header text colors so that it's blue? Please note that I don't want to change the color of all my H1 headers. Thanks!
Hi Chuico,
Try the following custom css in Salient > General settings > CSS/Script related:
Hope this helps.
Thanks Andrew, but this just changes the header of my homepage. I was looking to change the header text colors for the blog posts except their H1 headers. Here's my site: pesohacks.com
Hi Chuico,
Use the following.
Kind regards.