Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 ASP (Windows server) versions
 Change text size on packing slip
Author « Topic »  

TequilaMockingbird
Ecommerce Template Expert

USA
529 Posts

Pre-sales questions only
(More Details...)

Posted - 12/12/2017 :  10:19:11  
V. 6.8.2 can I change the size of the text on the Printable Packing slip? My supplier is complaining the type is too small to read with any accuracy. It IS pretty tiny.

Sinbad
ECT Moderator

USA
65937 Posts

Posted - 12/12/2017 :  11:14:45  
Hi TequilaMockingbird in adminstyles.css around line 31

body.printbody {
margin: 0;
padding: 0;
background-image: none;
color: #000;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
}

You can override that using the following in a custom css file which won't get overwritten when updating as outlined here https://www.ecommercetemplates.com/help/admin-help.asp#css

body.printbody {
font-size: 18px;

}

Winners never quit, quitters never win
CSS and Responsive Designs
User Manual for Ecommerce Templates

TequilaMockingbird
Ecommerce Template Expert

USA
529 Posts

Pre-sales questions only
(More Details...)

Posted - 12/12/2017 :  13:08:15  
Great! That works perfectly!
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000