Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #849490

    Hello team,
    I noticed that the printed version of my posts (PDF format) shows all the URLs of the links in the text.
    See the image in the private space.
    How can I fix it?
    Thanks for your help.

    #849980

    Hey turistai,
    Try this code in the General Styling > Quick CSS field:

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

    if that doesn’t work try adding it to the end of your your print.css.
    Please clear your cache

    Best regards,
    Mike

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