Okay
  Public Ticket #326659
change font color
Closed

Comments

  •  1
    Mark started the conversation

    I would like to change the font color for some of the font, like h4. How do I do that? Please provide an example. Thanks

  •  1
    Mark replied

    Also, I am using a google font for h4, so not sure how to modify that. Let me know how to modify if I don't use a google font and if I do. thanks.

  •  8,844
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    body h4, .row .col h4 {
        color: #f00 !important;
    }
    Thanks 


    ThemeNectar Support Team