Skip to content

Instantly share code, notes, and snippets.

@woogists
Created March 9, 2018 16:21
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save woogists/948c070298568d27e566cdf51458fc16 to your computer and use it in GitHub Desktop.
[Product Addons] Customize the "Grand total" and "Options total"
/*Options Total*/
.product-addon-totals dt:nth-child(1) { color:red;}
/*Options Total Sum*/
.product-addon-totals dd:nth-child(2) { color:red;}
/*Grand Total*/
.product-addon-totals dt:nth-child(3) { color:blue;}
/*Grand Total Sum*/
.product-addon-totals dd:nth-child(4) { color:blue;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment