To make the currect page color from menu, to have a different color value, use the following

  1. .site-navigation > ul .current_page_item > a {
  2.    color: #D54900;

  3. }



Please paste that at your custom.css file.