Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m troubleshooting similar issues for a client of mine and this change to the CSS worked to get the print button and other headers to appear for me.

    @media only screen and (max-width: 699px){
      .blog-yumprint-header {
        display: block !important;
      }
    }

    Hi, I struggle to hide the print button completely. Pls assist?

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

The topic ‘Print Button for Mobile’ is closed to new replies.