Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SheriSmith/5246e5b0b7e05dbfcf6f to your computer and use it in GitHub Desktop.
Save SheriSmith/5246e5b0b7e05dbfcf6f to your computer and use it in GitHub Desktop.
.wp-logo-print {display: none;}
.wp-social-buttons {margin-bottom: 30px;}
.wp-social-buttons img {margin-right: 5px}
@media print {
* { background:none !important; text-align:left !important; }
body { background:#fff !important; font-size:9pt !important; margin:15px !important; }
a { color:#2976c9 !important; }
th,td { color:#2f2f2f !important; border-color:#ccc !important; }
.header-container,
.nav-container,
.footer-container,
.footer-top,
.breadcrumbs,
.wp-sidebar,
.footer_links,
.em_nav,
.pager,
.toolbar,
.actions,
.buttons-set { display:none !important; }
.wp-logo-print {display: block; width: 292px; height: 164px; margin-bottom: 40px;}
.wp-logo-print span {display: block; margin-left: 30px; margin-bottom: 40px; font-size: 14pt}
.page-print .data-table .cart-tax-total { background-position:100% -54px; }
.page-print .data-table .cart-tax-info { display:block !important; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment