It seems that my menu font weight is always bold. I was able to use the Custom CSS plugin to change the font weight of menu link hovers and drop downs – but NOT links.
This is what I added to Custom CSS. Font-size is changing but not font-weight. It is unresponsive:
.main-navigation li { font-size: 15px; font-weight: normal; font-style: normal; }
.main-navigation ul .children li a, .main-navigation ul .sub-menu li a { font-size: 15px; font-weight: normal; font-style: normal; }