Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15508

    Hello,

    I’m looking for a way to avoid URL to be printed on paper sheet.

    url_2014-09-24.png

    Attachments:
    You must be logged in to view attached files.
    #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;
      }
    }
    #15509

    Wonderful, thank you very much. 🙂 🙂 😉

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.