Hi,
when I look at the site with firefox, all is perfect, but in chrome the Headings in the Menu are bold. Would you please have a look and tell me where to adjust it. Thanks a lot.
Hey cherrmann!
It looks like it’s from your custom CSS.
.av-main-nav>li>a {
font-weight: 600 !important;
}
Cheers!
Elliott
If I delete this entry, I have the same issue, so my mistake was the setting, not the entry itself.
I now use
.avia-menu-text {
font-weight: normal !important;
}
but I still don’t see where the boldness in chrome comes from.
However, it’s working now, thanks for all your effort.