• Resolved johnadkison

    (@johnadkison)


    When printing a website page that has the Sassy Social Share icons, the links to the icons show up in the printout. Even if I hide the icons, the links still show up. I want my visitors to be able to print the page without the icons and links.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Heateor Support

    (@heateor)

    It’s basically the “Print” feature of your browser. You can see this is the same when you use it from the Settings menu of your browser. So, it’s how the browser is generating the print of the web page. There isn’t much we can do about it.

    Plugin Author Heateor Support

    (@heateor)

    I responded too soon. You can add following CSS in the Custom CSS option at the plugin configuration page to remove those links appearing in the print.
    @media print{a[href]:after{content:none!important}}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Links from Sassy icons show on prints’ is closed to new replies.