Removing the striped background from DataTables

If you wish to remove that white-blue striped background from your DataTables Views, then you'll need this custom CSS style:

.gv-container div.dataTables_scrollBody {
  background: none !important;
}

Here's how to add that to your website's stylesheet:  Adding custom CSS to your website

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us