• Resolved atndlr

    (@atndlr)


    Hello there,

    I would like to change the styling of Tablepress pagination. The one used in the datatables library is looking neat, with a box around the active page… I have found out how to change the pagination to show the numbers, but I have no clue how to change the styling.

    Image shows example: https://i.imgur.com/1A40pff.png

    Is this easily achieved?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    For this, you can use CSS code. For example, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .dataTables_paginate a {
      border: 1px solid #cccccc;
      padding: 3px;
    }

    Regards,
    Tobias

    Thread Starter atndlr

    (@atndlr)

    Thank you very much! I got it working with your clue. Added some more and now it looks neat ??

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Styling of pagination numbers’ is closed to new replies.