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_filter input {
width: 400px;
background-color: #ff0000;
}
Regards,
Tobias
hi
@tobiasbg this is my code in plugin option:
.dataTables_filter input {
width: 600px;
background-color: #FFA500;
}
color is OK but withe doesn’t work
Hi,
Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!
Regards,
Tobias
my link
and this my code
.dataTables_filter input {
width: 600px;
background-color: #FFA500;
}
Hi,
your link is not working for me at the moment, but maybe using the !important flag to raise the priority already helps:
width: 600px !important;
Regards,
Tobias