[Support request] pagination

Home Forums Support [Support request] pagination

Home Forums Support pagination

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #776945
    Holger

    Hi, is it possible to make the pagination a bit more beautiful?

    #776985
    David
    Staff
    Customer Support

    Hi there,

    Try this CSS to style the blog pagination:

    .page-numbers {
        padding: 4px 6px;
        background-color: #009442;
        border-radius: 4px;
        color: #fff !important;
        border: 2px solid #009442; 
        margin-right: 0.25em;
    }
    
    .page-numbers:hover,
    .page-numbers.current {
        background-color: #fff;
        color: #009442 !important;
    }
    #777319
    Holger

    GREAT….. Thank youu so much…. 🙂

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