• Resolved lauramagawly

    (@lauramagawly)


    Hi there,

    My website currently displays all the hyperlink details in print view. This is distracting so I would like for these to not appear when printed.

    I guess I need to add the name of the hyperlink content element to ‘the ‘Do not print elements’ box in Print-O-Matic, but I don’t know what this element would be called, or if this is even the correct way of going about achieving this aim!

    I would really appreciate some help with this from anyone who knows the answer.

    Many thanks in advance,
    Laura

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor twinpictures

    (@twinpictures)

    This is not plugin related. the display of urls on the print page is due to the bootstrap css, specifically this part:

    @media print {
      ...
      a[href]:after{content:" (" attr(href) ")"}
      ...
    }
    

    Since this is included by the active theme (sydney), you might want to reach out to the theme developers, or figure out how to override this manually. Here are some links that should help get you pointed in the right direction.

    We’ll mark this thread as resolved, however if you continue to be stuck, hit us back and we’ll try to assist further.

Viewing 1 replies (of 1 total)

The topic ‘Remove hyperlinks details for print’ is closed to new replies.