cancel
Showing results for 
Search instead for 
Did you mean: 

Make entire packing slip bold

SuperMgr-Sarah
Employee
Employee

Orgiinal post from user Mike Adelmann

 

Can anyone tell me how to make the entire packing list BOLD print? We just started printing the packing list on 4x6 labels and they would look better in bold. I cannot seem to figure it out. thanks in advance.

 

PS i know how to get to the packing list and modify it but I cannot figure out how to put the code in or where exactly in the HTML

Sarah H.
Austin, Tx
1 REPLY 1

SuperMgr-Sarah
Employee
Employee

Original reply from user NO-STOCK

 

Hi Mike, here you go:

 

Bold-Font-Code.jpeg

 

 

 

Copy the HTML from here and paste into your template editor at the top of the Header section:

 
<style>
 *{
    font-weight: bold;
  }
</style>
 

 

Sarah H.
Austin, Tx