Scubasjl Posted April 1, 2009 Share Posted April 1, 2009 Is their anyway to change the text size for when printing out orders, currently mine is very tiny and hard to read if not readable at all. Link to comment Share on other sites More sharing options...
rocky Posted April 1, 2009 Share Posted April 1, 2009 The only way I know to do it is to add styles to the @media print section of your theme's global CSS file. For example, to change the size of the "Order placed on" line to make it huge when printed, add the following line after @media print { #block-history #block-order-detail h4{ font-size:10em; } You will probably need to copy the entire order section of the CSS, put it in the print section and then play around with the sizes. Unfortunately, I don't have time to help any more at the moment. Link to comment Share on other sites More sharing options...
Scubasjl Posted April 1, 2009 Author Share Posted April 1, 2009 Well thanks for what you have supplied. Had to put it in admin.css to see any changes, now their was also this in the globals.css so will continue to mess around with this. My poor css skills will come in handy lol Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now