Home › Forums › WordPress Themes – Premium › Preferential › Print page
Hello,
I’m looking for a way to avoid URL to be printed on paper sheet.
url_2014-09-24.png
I just deleted what I previously wrote, but here is the answer….do this custom CSS
@media print { a[href]:after { content: none !important; } }
Wonderful, thank you very much. 🙂 🙂 😉