Posted in: Newspaper
Jun 16, 2023 at 4:13 pm
HI,
Is it possible to tell your template to print an article without any images? Unfortunately, I realized that by launching the print command from the shares icon: https://prnt.sc/Ccsoi16f0U5F
The article is printed with the images not always aligned correctly.
What I ask is that the visitor, once he clicks on the print icon, exits without images by default.
Thank you
Jun 19, 2023 at 11:47 am
yes ok but I would like to write to you privately. Where do I send you the link?
Jun 20, 2023 at 11:40 am
solved with this code that was inserted in the theme control panel in the google analytics section.
Thankyou Anamaria
The code to hide the images is as follows:
<style>
@media print {
img {
display: none!important;
}
}
</style>
Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.