If i understand your question correctly that you want the top header menu fixed then you do two things.
1. Download sticky header plugin and then in plugin settings set z-index to 99999 and as id type #header.
2. Go in style.css of theme and find this line /* Header */
after this you will find
#header{padding: 0;}
just add one more line like
#header(background:white;padding:0;)
If you want to change your header color change it in background:white instead of white use any color or hex you want