Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save conschneider/f795345aa197aac0f7061c61525287f8 to your computer and use it in GitHub Desktop.
Save conschneider/f795345aa197aac0f7061c61525287f8 to your computer and use it in GitHub Desktop.
WooCommerce Product Add Ons - How to customise "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