Hi,
yes, this should be possible with some CSS code. Please try pasting this into the “Custom CSS” textarea on the “Plugin Options” screen.
.wp-table-reloaded .sorting,
.wp-table-reloaded .sorting_asc,
.wp-table-reloaded .sorting_desc {
background: #E6EEEE !important;
}
.dataTables_paginate {
float: left;
text-align: left;
}
.dataTables_filter {
float: left;
text-align: left;
}
Regards,
Tobias
Thanks, the sorting arrows are still showing up, are you just setting them up to be the same color as my background of my header row? If so that would make sense, because I have changed the color of the sorting row.
Also is there any way that when I import a spreadsheet and the hyperlinks will carry over with it?
Thanks
Hi,
no, the intention was not to adjust the color, but to reset the entire background to just a color.
Please try again with this code (just the first block):
.wp-table-reloaded .sorting,
.wp-table-reloaded .sorting_asc,
.wp-table-reloaded .sorting_desc {
background-image: none !important;
}
Regarding link import: This is only possible if they are exported as HTML code, which e.g. in Excel is not the case. If you just have plain URLs there, you could the “Plugin Extension” at http://tobias.baethge.com/2009/12/extension-1-url-to-link-conversion/ for this.
Regards,
Tobias