From the "Print" icon, print only the text, without images

Posted in: Newspaper
Post count: 91

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

Post count: 27744

Hello,

You can try to use this custom code
@media print {
.td-modal-image {
display: none;
}
}

Set the code in Theme Panel -> Custom code -> custom css.

Thank you!

Post count: 91

don’t function. Look: https://prnt.sc/8ROnQjlbLDIH

Post count: 27744

Hi,

For me works, can you please provide the link to your website.

Thank you!

Post count: 91

yes ok but I would like to write to you privately. Where do I send you the link?

Post count: 27744

Hi,

You can sent it via email at contact@tagdiv.com

Post count: 91

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>

Post count: 27744

Hi,

I’m glad that I could help you.

Have a great day!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.