Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save AnanthFlycart/9192c4930fdccf8a83b4248fcdd49ed8 to your computer and use it in GitHub Desktop.

Select an option

Save AnanthFlycart/9192c4930fdccf8a83b4248fcdd49ed8 to your computer and use it in GitHub Desktop.
// Style Bulk Discount Table
add_action('wp_head', function () {
?>
<style type="text/css">
.awdr-bulk-customizable-table table,
.awdr-bulk-customizable-table td,
.awdr-bulk-customizable-table th {
border: 1px solid black !important;
padding: 4px 8px;
}
.awdr-bulk-customizable-table table {
border-collapse: collapse !important;
}
</style>
<?php
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment