• Resolved cphx

    (@cphx)


    Hi,

    its a great plugin and I see it has great support too. I have one problem still – I wanted to make font of ‘Search’ over the tables a little bigger. I’ve changed few things with custom css – however its not working:

    .dataTables_filter {
        font-size: 40px;
      ]

    Whatever number I put there (or with developer tool) it works like pagination.

    What mistake am I making? 🙂

    Kind Regards,
    JK

    https://wordpress.org/plugins/tablepress/

    ps. I have latest Tablespress and wordpress.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Please try again with

    .dataTables_filter input {
        font-size: 40px;
    }

    Regards,
    Tobias

    Thread Starter cphx

    (@cphx)

    Hi!

    Thank you for your ultra fast answer, troubles are fine, their our problem 😉 Unfortunetely I’ve used this and it works for ‘search form’ http://i.imgur.com/xKMWBJY.png
    I dont know why but I cannot make ‘search’ (znajdz miasto w wojewodztwie) bigger.

    Best Regards,
    JK

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    making the label bigger should work with

    .dataTables_filter {
        font-size: 40px !important;
    }

    Can you please try that? (I’ve added the !important flag to rule out any interference from your theme.)

    Regards,
    Tobias

    Thread Starter cphx

    (@cphx)

    I havent thought about it, still.. its not working.

    http://i.imgur.com/WH8mTOy.png
    I know it should be easy, but I cant find the problem.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    ok another try 🙂

    .dataTables_filter label {
        font-size: 40px !important;
    }

    Regards,
    Tobias

    Thread Starter cphx

    (@cphx)

    Hello,

    great! 🙂 Its working now, it would take me ages to find out it had to be label.

    I really appreciate your help.

    Regards,
    JK

    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 7 replies - 1 through 7 (of 7 total)

The topic ‘Search Field font size’ is closed to new replies.