Home Forums WordPress Themes – Premium Preferential Print page Reply To: Print page

#20482
Sushil Adhikari
Moderator

I just deleted what I previously wrote, but here is the answer….do this custom CSS

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