Responsive

Print Function

Pour Guest Suite custom code dans le body d’une page CMS pour imprimer la page en cours
<script>$("#print").click(function() { window.print(); });</script>
<style>
body { -webkit-print-color-adjust: exact !important;}
Wrapper_Link_Qr_Code {?color: #202f63 !important;}
@page { size: 21cm 29.7cm; /*A4*/ margin: 0cm !important;}@Page wrapper_link_qr_code {?background-color: #202f63 !important;}@media print{ .wrapper_popup { display: none !important; }}</style>
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.