Plaese anyone guide me , how to change the heading font colour in erpnext ?
Thanks in advance ,
Srinivas
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;
}
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
Thank you so much sir. Thanks a lot
Hi sir,
It is coming correctly but when restart the machine again it is a default color is coming.