Hello,
How can I change the font size on the NetDisplay? I want to enlarge the font size of the table where it shows the description, quantity, and price of scanned items.
I opened the netdisplay file in Notepad and edited the following section:
Originally,
.Items
{
font-weight: normal;
}
I changed to,
.Items
{
font-size: large;
font-weight: normal;
}
The above change enlarged the fonts for the description, price, and quantity. However, we now have another issue after editing. When we scan a lot of items (all the way to the bottom row where it shows the subtotal), it pushes down the subtotal, tax, and total rows to the bottom and even out of the monitor screen if we continue scanning more items. Therefore, customer can't see the subtotal, tax, and total amount in the netdisplay. Before editing, the bottom rows would still stay fixed and don't get pushed out of the screen even if we continue scanning a lot of items.
How can I enlarge the font sizes while not affecting the subtotal, tax, and total rows?
I would appreciate for your help.
Al
*This post is locked for comments