• Resolved charmmedia

    (@charmmedia)


    I’m testing out the calendar widget, and I’m wondering if there is any way to disable the link on the day if there are no events scheduled. By default each day is a link, and it’s not possible to tell at a glance when events are scheduled.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jonathan Jernigan

    (@apexws)

    Hi there,

    We don’t have a native way to disable that behavior, but I’ll be glad to add it to our feature request tracker.

    Thanks!

    Thread Starter charmmedia

    (@charmmedia)

    Ok, thank you! A somewhat related question: I realized that there actually is a border around the days with active events, but I can’t seem to target it to change its color.

    Here is the selector: .piecal-wrapper?{–fc-event-bg-color: var(–piecal-darkblue);}

    How can I change piecal-darkblue to a different color?

    Plugin Author Jonathan Jernigan

    (@apexws)

    It seems like your selector is using em dashes, instead of double dashes: —

    You should just be able to override the color like this:

    .piecal-wrapper {
    --fc-event-bg-color: #000;
    }

    Let me know if that does the trick!

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