How to hide div elements in print ? Ask Question
Solutions
Adil Shahbaz
Just Add this CSS :
@media print
{
.no-print, .no-print *
{
display: none !important;
}
}
How to Hide Elements in Print?
Just Add this CSS :
@media print
{
.no-print, .no-print *
{
display: none !important;
}
}
Enter an email address to invite a colleague or co-author to join you on socimo. They will receive an email and, in some cases, up to two reminders.