[Resolved] pagination as in https://generatepress.com/support/

Home Forums Support [Resolved] pagination as in https://generatepress.com/support/

Home Forums Support pagination as in https://generatepress.com/support/

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

    How to have pagination as in https://generatepress.com/support/

    Regards.

    #1276542
    David
    Staff
    Customer Support

    Hi there,

    for the Blog page you could use some CSS like so:

    .nav-links .page-numbers {
        border-radius: 4px;
        min-width: 2.5em;
        line-height: 1.8em;
        padding: 5px 15px;
        box-sizing: border-box;
        display: inline-block;
        text-align: center;
    }
    
    .nav-links .page-numbers {
        border: 1px solid #ccc;
    }
    .nav-links .page-numbers.current {
        /* Add Current Page Style Here */
    }
    #1277420
    Anil

    Thanks David 🙂

    #1277647
    David
    Staff
    Customer Support

    Glad to be of help

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