• Resolved dazzer2

    (@dazzer2)


    Hi there. When I print any page from my site the header title (in this case ‘Judith Hinman’) has the hyperlink address ((http://JUDITHHINMAN.COM/)) running alongside it. How do I prevent this?
    Thank you in advance.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @dazzer2.

    Thank you for contacting us and for using our theme. We appreciate it.

    What gets printed in the header and footer is determined by your browser’s settings.
    Those settings are usually available when you go to “Print Preview” option.

    Hope this helps, but if you have any additional questions, feel free to ask.

    Kind regards.

    Thread Starter dazzer2

    (@dazzer2)

    Thank you so much for the prompt reply.
    Yes, I was wondering how to remove the hyperlink from the title, to see if that might do the trick?

    Hi @dazzer2,

    ​I apologize for the delay in response.

    Adding the URL to all links is default browser settings. You can try to remove it by adding this css to Appearance → Customize → Additional CSS:

    @media print{
           a:after{content:""; display: none !important;}
    }

    Hope that helps.

    Thread Starter dazzer2

    (@dazzer2)

    Excellent, jarek. Thank you very much.

    I’m glad to hear that it works.

    Would you please take some time out from your busy day to leave us a quick review?
    We’d really appreciate it 🙂

    Thread Starter dazzer2

    (@dazzer2)

    I’ve posted a review and was very happy to do so.
    Thanks so much for all your help.

    Thank you. Feel free to reach out if you need anything.

    Best

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

The topic ‘printing issue’ is closed to new replies.