• Resolved AudunBK

    (@audunbk)


    I try to increase the font size for my calendar at?https://norkirken.hjemmesidene.no/kalender/. I tried to add the following CSS, but it did not work. Can you help me?

    .simcal-events, .simcal-date-format {
    font-size: 16px;
    }

    Also, is it possible to add the time before the title of the event on desktop (now it is only visible on hoover)?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter AudunBK

    (@audunbk)

    I was able to adjust the font size with this CSS:

    .simcal-events, .simcal-date-format {
    font-size: 16px !important;
    }

    I still wonder if it is possible to add the time before the title of the event on desktop (now it is only visible on hoover)?

    Plugin Support john

    (@johnweru)

    Hi there,

    Thanks for reaching out to us.

    In regards to your question here, unfortunately that would not be possible by default. It would entail custom work to implement that.

    Sorry that I was not of much help in this.

    Kind Regards

    Thread Starter AudunBK

    (@audunbk)

    Thanks for the quick replay, John! Appreciate your plugin!

    span.simcal-day-label.simcal-day-number?{
    font-size: 30px;
    }

      In the page / post in which the calendar is defined, try:

      [if-not-whole-day][start-time] to?[end-time][/if-not-whole-day]
      [if-title][title][/if-title]
      [if-description][description][/if-description]

      Plugin Support john

      (@johnweru)

      Hi there,

      In regards to your suggestion here, I’m afraid that would not work in having the time before the title of the event on desktop. This is an implementation that needs custom work as previously pointed out.

      Kind Regards

    Viewing 5 replies - 1 through 5 (of 5 total)
    • The topic ‘Add time before event title and adjust font size’ is closed to new replies.