Avada Forums Community Forum print posts

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • mariannafridjonsdottir
    Participant
    Post count: 1

    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.

    WiSch
    Participant
    Post count: 3

    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:

    1. Put this piece of CSS to the ‘custom-css’ in the Avada-settings:
      @media print
      { .no-print, .no-print *
      { display: none !important; }
      }
    2. 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.

    nauticluis
    Participant
    Post count: 1

    Is it possible to invert and that something only appears in printed version?

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