I'm trying to get my logo in my invoice/packing slip area. I'm following a tutorial.
The tutorial says:
Within this block, your should also set appropriate width and height settings for display - they will be used for the logo that appears at the top of all your Admin pages. However, they will not be used for the pages where you generate invoices or packing slips. We'll manage that by adding the following to your admin/includes/stylesheet.css
.pageHeading img {width:200px; height:70px}
@media print {
.pageHeading img {width:4in; height:1.4in}
}
Problem! I don't have a stylesheet off my includes page. I have one off my includes/templates/CUSTOM/stylesheet.css....but not one off just my includes page.
So what do I do? Thanks!




