[Support request] Custom Pagination

Home Forums Support [Support request] Custom Pagination

Home Forums Support Custom Pagination

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1210949
    Renan

    Hi there!

    How can i do to customize the pagination like this?

    View post on imgur.com

    The theme is incredible. Conglatulations!

    #1210970
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can edit the original topic and use the private URL field.

    Let me know 🙂

    #1211019
    Renan

    The link is localhost. But you can access in the link

    https://xd.adobe.com/view/a4bb4bb7-7bf4-4709-5737-f3726c4d4820-d28a

    #1211096
    Leo
    Staff
    Customer Support

    This should help to get you started:

    .page-numbers {
        padding: 5px 10px;
        border: 1px solid #000;
        border-radius: 50%;
    }
    .page-numbers.current {
        background-color: #000000;
    }

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

    If you need more tweaking, please duplicate your site on a staging server so we can see and help.

    Thanks!

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