Anna Shkuratoff May 6, 2020 · 10:31 pm #14346
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;
}
How do I change my menu font weight?