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.
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