Wed Sep 14 2016
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
//Remove CD column:
$('.product-table tbody td:last-child').remove();
//Change download column header copy:
$('.product-table th:last-child').text('DOWNLOAD')
$('.product-table tbody tr:nth-child(1) td:last-child p:first-child').text('INSTANT DOWNLOAD');