Hi!
Thanks for your post and sorry for the trouble!
Can you please send me a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!
Regards,
Tobias
Hi,
Thanks for the link!
From what I can see, this is caused by the “Elementskit” plugin that is adding CSS code to the page that is influencing this. If you really need this plugin, I recommend to add this to the “Custom CSS” text area on the “Plugin Options” screen of TablePress:
.tablepress.dataTable.dataTable thead th {
background-image: none;
}
This will remove these shadow image icons in all tables. Note that the CSS code that ElementsKit adds might still interfere with the TablePress CSS code for tables in other places.
Best wishes,
Tobias
Thank you very much for your help.
Can you answer the second question about changing the font of the text at the bottom of the table?
Hi,
ah, sorry, totally missed that part of the question. For that, please also add this to the “Custom CSS” text area on the “Plugin Options” screen of TablePress:
.dataTables_wrapper .dataTables_info {
font-size: 14px;
font-family: canaro;
font-weight: 200;
}
Best wishes,
Tobias
Thank you very much for your help.
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 in the plugin directory. Thanks!