Okay
  Public Ticket #3648680
Calendar printing
Closed

Comments

  •  1
    jesca started the conversation

    Is it possible to change what information is included in the printable version of the calendar? For example, I would like ONLY the name of the event to appear when you print the calendar, the same as you see on the computer screen. Is this possible to remove the event details from the printed calendar?

  •  877
    Zhivko replied

    Hello,

    Go to Calendar Dashboard -> Settings -> Fonts & Colors -> Custom style and add this css:

    .stec-calendar-cell-event-timespan-print,
    .stec-calendar-cell-event-location-print {
         display: none !important;
    }

    5837383752.png

    Stachethemes Developer