Ok, I have figured out how to change the font size of everything on the page but the Order Date.
In the View Orders Header and/or Packing Slip Header sections under Orders > Configure add the following
- Code: Select all
<style type="text/css">
font{ color: inherit; font-family: sans-serif; font-size: xx-small;}
</style>
You can change the color, font-family and font-size to what you want, using the valid css values. You can find a list of what values can be used at
http://www.w3schools.com/css/css_font.asp