The font weight of the primary menu links is “bold” by default. With the following code snippet you can change the font weight to “normal”.

/* Change the font size of the primary menu links */  
#et-top-navigation, #top-header .container {
   font-weight:normal;
}

Dir hat der Beitrag gefallen? Dann teile ihn gerne!