• Resolved mumps

    (@mumps)


    When printing, most of the styles have their background-colour set to none. However a gray block has appeared on the left one third of the printing, presumably from one of the underlying calendar blocks.

    How can I get rid of this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Darian

    (@d0153)

    Hi @mumps

    Thanks for reaching out.

    Upon checking, the gray block is due to the container’s background color where the calendar is located. You could add an inline CSS to the container through your theme to fix it.

    See- https://share.getcloudapp.com/5zu2O6XE

    Let me know if you have further questions or concerns.

    Thread Starter mumps

    (@mumps)

    Thanks for the help, the solution was:

    @ media print {
    div.main-inner.group {
    background-color: white;
    }
    }

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Strange background display when printing’ is closed to new replies.