Okay
  Public Ticket #295581
Blog Title Color/Weight
Closed

Comments

  • Heather started the conversation

    Is it possible to change the color/weight of the blog post titles? I think they went bolded and "Accent Color" colored in a recent update and I would like them to be black and standard weight. I don't want to change the "Accent Color" because I like the blue in other details on the site. Thanks!!!

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    body article.post .post-header h2 a {
        color: #444 !important;
        font-family: 'OpenSansLight'!important;
    }
    
    Thanks


    ThemeNectar Support Team