[Resolved] How to align navigation numbers in archives to center

Home Forums Support [Resolved] How to align navigation numbers in archives to center

Home Forums Support How to align navigation numbers in archives to center

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

    No doubt the Generatepress runs flawless.
    How should I align the navigation numbers to center and bold them in the blog and other archives?

    #342675
    Leo
    Staff
    Customer Support

    Hi there,

    Glad you are liking it 🙂

    Try this CSS:

    .nav-links {
        text-align: center;
        font-weight: 900;
    }

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

    Let me know.

    #344848
    Amit

    Thanks man….it did the job…

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