Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Fighter2k13

    (@fighter2k13)

    I also would like to change the size of the “Previous” and “Next” button , thanks ! 🙂

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question.

    With “when selected”, do you mean when it is selected with the mouse? Or what do you mean with selected?

    About the size of the “Previous” and “Next” buttons: Please try this “Custom CSS” for that:

    .dataTables_paginate a{
        font-size: 20px
    }

    Regards,
    Tobias

    Thread Starter Fighter2k13

    (@fighter2k13)

    Oh sorry, I mean this :

    Table Head Row: The first row of the table is the table header.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ah, so you want to change the text size of the cells 🙂 Ok.
    Please try this:

    .tablepress-id-26 thead th {
      font-size: 20px;
    }

    Regards,
    Tobias

    Thread Starter Fighter2k13

    (@fighter2k13)

    I added both codes in the css, it didnt work :/

    This is what i added :

    .dataTables_paginate a {
    font-size: 15px;
    }

    .tablepress-id-26 thead th {
    font-size: 15px;
    }

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    from what I can see, the code is working fine. You’ll just have to adjust the px values to something else, as 15px is the current value.

    Regards,
    Tobias

    Thread Starter Fighter2k13

    (@fighter2k13)

    Oh yeah, for this one 🙂

    Thanks !

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ok 🙂 No problem!
    Great 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 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to change the size of the tex in the Table header when he is selected ?’ is closed to new replies.