Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #730565

    I have set up sections with “hide-on-mobile” and “hide-on-desktop” per some instructions I found in one of the Enfold topics. Works great except that when I do a print screen it prints both sections. Is there a way to make it print only one?

    Thanks.

    #731012

    Hey amerisource,

    Can you elaborate more on the issue? like what device and browser you are using and also post a link to your site.

    Best regards,
    Nikko

    #731814

    Using Chrome browser to print to a HP Laserjet printer (or even Save as PDF).

    #732206

    Hey!

    You would need to edit your element or column and give it a custom CSS and to add following code to Quick CSS

    @media print{
    .dont-print {
            display: none !important;
    }}

    Best regards,
    Yigit

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