Page 1 of 1

no-print class

Posted: Sun Jan 31, 2021 12:23 pm
by windsurfer
I have an image on a page that i don't want to show when the page is printed, is it possible to add a new class to the image ?

@media print{
.no-print{
display:none;
}

Re: no-print class

Posted: Sun Jan 31, 2021 12:40 pm
by Pablo
You can assign a custom class to image via the Property Inspector.

Re: no-print class

Posted: Sun Jan 31, 2021 1:00 pm
by windsurfer
Yes i saw that but i can't find where to go to create that class, i tried in styles but that doesn't work.

Re: no-print class

Posted: Sun Jan 31, 2021 1:14 pm
by windsurfer
Found it