Hello,
You can disable fixed header in Theme Options > General > Fixed navigation > Off.
Go to Theme Options > Color Scheme > Fixed Header Background, Fixed Header Text Color.
Also, you can add css code in Custom css section to change the font size:
.fixed-header .menu > li > a {
font-size: 16px;
}
Regards,
Rose Tyler.