• The share buttons show up on my recipe print screen, and make it hard to read the ingredients and directions. How do I prevent them from showing on the print recipe screen?

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

Viewing 1 replies (of 1 total)
  • You can add the following code into your Appearance > Customizer > Custom CSS panel:

    @media print {
    #dpsp-floating-sidebar {display:none!important;}
    }

    To be fair, though, this CSS should have already been the in the plugin’s core CSS, since share buttons doesn’t have to be displayed in printed media.

Viewing 1 replies (of 1 total)
  • The topic ‘Hide Share Buttons On Recipe Print Screen’ is closed to new replies.