• Resolved nima_8m

    (@nima_8m)


    hi
    how to increase search box withe and change back color
    withe css customize plugin
    thanks

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

    (@tobiasbg)

    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

    Thread Starter nima_8m

    (@nima_8m)

    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

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    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

    Thread Starter nima_8m

    (@nima_8m)

    my link
    and this my code

    
    .dataTables_filter input {
    	width: 600px;
    	background-color: #FFA500;
    }
    
    Plugin Author Tobias Bäthge

    (@tobiasbg)

    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

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘search box’ is closed to new replies.