Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #563433

    Hi,
    When printing a web page, we’d like no images to be displayed in preview or printed (except for the logo). I’ve copied print.css into the child-theme/css folder and have tried to set display none on the img styles, but it’s not working. Any suggestions? Thanks.

    #563627

    Hey Gallop_Web!

    Try adding this to your quick css.

    @media print {
    img { display: none !important; }
    }

    Best regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.