[Resolved] Remove Page Numbers and keep only 'Next' and 'Previous' buttons.

Home Forums Support [Resolved] Remove Page Numbers and keep only 'Next' and 'Previous' buttons.

Home Forums Support Remove Page Numbers and keep only 'Next' and 'Previous' buttons.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #774270
    Vish

    I would like to show only the ‘Next’ and ‘Previous’ buttons in the blog/archive pages and hide/remove the page number. How can I achieve this?

    Thanks ๐Ÿ™‚

    Note: Have included my site URL too!

    #774317
    David
    Staff
    Customer Support

    Hi there,

    try this:

    .nav-links .page-numbers:not(.next):not(.prev) {
        display: none;
    }
    #774375
    Vish

    That worked like a charm. Thanks for the quick help, David. ๐Ÿ™‚

    #774379
    David
    Staff
    Customer Support

    You’re welcome

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