@media print {
    a[href]:after { 
        content: none !important; 
    }

    #header, #footer {
        display: none !important
    }

    .cHeaderWrapper, .cFooterPanel {
        display: none !important;
    }

    .header, .footer, .menu {
        display: none !important;
    }

    .comm-content-header, .comm-content-footer {
        display: none !important;
    }

    header, footer {
        display: none !important;
    }

    .forceCommunityGlobalNavigation {
        display: none !important;
    }
}
