Need help to change the Heading colour

Plaese anyone guide me , how to change the heading font colour in erpnext ?

Thanks in advance ,
Srinivas

You can change this css as you wish

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #36414c;
}

1 Like

Thank you so much Mostafa . Could you just tell me where to paste this .

Thanks in advance .

You can put it in any css file.
such as:

erpnext/erpnext/public/css/erpnext.css

1 Like

Thank you so much sir. Thanks a lot

1 Like

Hi sir,

It is coming correctly but when restart the machine again it is a default color is coming.