[Resolved] menu current bold

Home Forums Support [Resolved] menu current bold

Home Forums Support menu current bold

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

    Hi,
    I would love to show the font in the primary navigation for the current item in bold.
    Thx ahead,
    Torsten

    #845895
    Leo
    Staff
    Customer Support

    Hi there,

    This CSS should work:

    .main-navigation .main-nav ul li[class*="current-menu-"] > a {
        font-weight: bold;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know ๐Ÿ™‚

    #845917
    Torsten

    lovely, that’s it!

    #846020
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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