We're merging with GenerateBlocks! Learn more here.

[Resolved] pagination style

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support pagination style

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2104
    muralidharan
    Participant

    Hi

    is there a way to remover the (arrow) before previous and (arrow) after next in the pagination.

    right now i have page numbers styled Numbers followed by numbers in color box …..1,2,3 followed by the next in box.

    this is the current CSS code i have used for pagination style but the default arrows remain for previous and next

    .page-numbers {
    border: 1px solid #DDD;
    padding: 5px 10px;
    }

    .page-numbers.current {
    background: red;
    color: white;
    border: 1px solid transparent;
    }

    I would like to remove the arrows before and after Previous and After.

    any help

    thanks
    murali

    #2106
    Tom
    Keymaster

    You could try this plugin: https://en-ca.wordpress.org/plugins/say-what/

    The string is: ← Previous
    Text domain: wp-show-posts

    Other one is: Next →
    Text domain: wp-show-posts

    #2107
    muralidharan
    Participant

    thanks very much Tom. Appreciate your speedy help as always.

    best
    Love WP ShowPosts

    #2112
    Tom
    Keymaster

    You’re welcome! 🙂

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