• Resolved 4now

    (@4now)


    when I print this page or save as pdf it shows hyperlinks throughout the page and overlapping the content.

    • This topic was modified 4 years ago by 4now.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Charles Cormier

    (@charlescormier)

    Hi @4now,
    In your site somehow href showing in :after pseudo element.

    Please add this CSS in your site:

    @media print{
        a[href]:after { display:none; }
    }

    Thank you!

    Thread Starter 4now

    (@4now)

    Thank you for your help. That worked!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘remove hyperlinks’ is closed to new replies.