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.

    Yes, this is possible, e.g. with this “Custom CSS”:

    .dataTables_filter label input {
     width: 250px;
     font-size: 16px;
     color: #ff0000;
    }

    Regards,
    Tobias

    Thread Starter jhartmann

    (@jhartmann)

    Thanks so much! Is there a away to highlight or enlarge the “Search:” text that appears prior to the search box? Thanks!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    good to hear that this helps!
    For the “Search” text, this should work:

    .dataTables_filter label {
      font-size: 16px;
      color: #ff0000;
      font-weight: bold;
    }

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customize Search Box’ is closed to new replies.