You can use CSS class for each button.

.DTTT_button_print /* for print */
.DTTT_button_xls   /* for excel */
.DTTT_button_csv   /* for csv   */
.DTTT_button_copy  /* for copy  */
.DTTT_button_pdf   /* for pdf   */

You can insert your custom CSS for this buttons in Custom wpDataTables CSS under the “Custom JS AND CSS” in main settings of wpdatatables. If you want for specific tables then insert this code between style tags on the page where is that table.

Was this answer helpful ? Yes No

Comments are closed.