Avada › Forums › Community Forum › print posts
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
Hi do you know if it is possible in a simple way to make a print version of a post in Avada? Thanks for any help.
Hi.
I searched for a simmilar soulution and asked also the support-team, but there’s no default way at the moment.
So I solved it for my site with some own CSS:
- Put this piece of CSS to the ‘custom-css’ in the Avada-settings:
@media print { .no-print, .no-print * { display: none !important; } }
- Add the css-class ‘no-print’ the the elements, wich should not be visible when printing.
It is a workaround, because not all elements offer the possibility to add an additional css-class.
For those you have to manually figure out the class and add it directly to the custom css.Is it possible to invert and that something only appears in printed version?
- Put this piece of CSS to the ‘custom-css’ in the Avada-settings:
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Was this topic helpful?