LexiConn Knowledgebase

Knowledgebase Home | Favorites Knowledgebase Home | Favorites
Search the Knowledgebase Browse by Category
Adjust Font Size of Orders in the Back Office
Article Details

Last Updated
31st of January, 2012

User Opinions (4 votes)
100% thumbs up 0% thumbs down

How would you rate this answer?
Helpful
Not helpful

You can customize the font size and style shown when viewing orders or printing packing slips in ShopSite 11 using CSS in:

Orders -> Configure - View Order Header

And

Orders -> Configure - Packing Slip Header

Here is sample CSS you could paste into these textareas to change the font on the View Orders screen or Packing Slip to twelve pixels:

<style type="text/css">
  body, div, table, td, p{
     font-size: 12px;
  }
</style>



Related Articles
No related articles were found.
Attachments
No attachments were found.

Powered by Interspire Knowledge Manager Knowledgebase Software