Hi Sara,
maybe I should add switches so that it will be possible to switch headers and footer on and off per listing profile?
But for now you can edit YOUR_TEMPLATE/pricelist/tpl_main_page.php and remove the lines between (latest version only):
and:Code:<!-- bof Price List page header -->
Code:<!-- eof Price List page header -->
*Or* you can add this to the stylesheet (all recent versions):
When adding the above CSS to YOUR_TEMPLATE/pricelist/stylesheet.css it wil be hidden from all lists, screen and print. It's also possible to add it to a specific stylesheet (like profile-a4-portrait.css for example), then it will only be hidden from that one (and if you put it between the *media print CSS the headers will only be hidden when printing)Code:.headPL{ display: none; }


Reply With Quote
