03-25-2025 07:32 AM
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!
Monday
go to that link, follow the instructions for
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;
}