Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #551236

    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.

    #551355

    Hey cherrmann!

    It looks like it’s from your custom CSS.

    .av-main-nav>li>a {
        font-weight: 600 !important;
    }

    Cheers!
    Elliott

    #551439

    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.

    #552009

    Hi,

    There are differences how fonts are being rendered in different browsers, I’m guessing that is what you were experiencing.

    Thanks,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.