Viewing 1 replies (of 1 total)
  • Plugin Author John Darrel

    (@johndarrel)

    Hi,

    I found that your theme style is hiding the elements for printing including .custom-logo class:

    You can show the page for printing by adding a custom CSS:

    @media print {
      body.custom-logo {
        display: block !important;
      }
    }

    Best, John

Viewing 1 replies (of 1 total)
  • The topic ‘Can’t print’ is closed to new replies.