Guest Posted July 18, 2008 Posted July 18, 2008 Hello everyone! Is there a way to make the font bigger on the packing slips? When i print them off, the customers address comes up really small! many thanks x
usernamenone Posted July 18, 2008 Posted July 18, 2008 open catalog>admin>includes>stylesheet.css and find tward the bottom .main { font-family: Verdana, Arial, sans-serif; font-size: 12px; } and change the font-size: 12px; to a higher number. this will also change the font on all admin font with the class of .main if this is a little too much you will need to open catalog>admin>packingslip.php and change each class="main to class="main2 and then add to your admin stylesheet .main2 { font-family: Verdana, Arial, sans-serif; font-size: 14px; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.