Support » Plugin: TablePress » Pagination blue next/prev Icons

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Just turn off the “Pagination” checkbox on the table’s “Edit” screen.

    Regards,
    Tobias

    Thread Starter webgecko

    (@webgecko)

    Hi Tobias

    Where can I find this?
    I need the pagination, but without the two <> Icons left/right
    only need “zurück/weiter”

    thanks

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ah, ok. Thanks for the clarification!

    To simply remove the icons, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .dataTables_paginate a:before,
    .dataTables_paginate a:after {
        display: none;
    }
    .dataTables_paginate {
        padding: 0 !important;
    }

    Regards,
    Tobias

    Thread Starter webgecko

    (@webgecko)

    thats it, thanks 😉

    Plugin Author TobiasBg

    (@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 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Pagination blue next/prev Icons’ is closed to new replies.