cancel
Showing results for 
Search instead for 
Did you mean: 

Quantity Color Update in Order Shipment Screen

Madison83
Occasional Contributor

Update the color of multiple items needing shipped to be inline with a standard notification color: yellow, orange, red. better for users to see that multiple quantities are needed!

1 REPLY 1

MaxDisctance
First-timer

https://help.shipstation.com/hc/en-us/articles/360045864191-How-do-I-adjust-the-style-for-item-quant...

go to that link, follow the instructions for 

Change quantity font style for items with quantity greater than one only

but add in the BOLD  items below and Make sure to finish steps 2-4 as well!



 .quantity {
      font-size:1.5em;
      font-weight: bold;
      color: red;
}
  .quantity1 {
      font-size:1em;
      font-weight: normal !important;
      color: black;
}