[Resolved] Secondary navigation letter spacing

Home Forums Support [Resolved] Secondary navigation letter spacing

Home Forums Support Secondary navigation letter spacing

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

    I am trying to change the letter spacing for the Secondary menu navigation – on the left here

    http://gp2.cworange.com/work/

    Also on the main name you see when you click the hamburger or the right.

    Thanks, in Advance for tyour help.

    #413921
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .main-navigation .main-nav ul li a,
    .secondary-navigation .main-nav ul li a {
        letter-spacing: 2px;
    }

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

    #414120
    Richard

    That worked. Thank you for your help.

    #414341
    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.