• Hi,
    I’m having difficulty customising the look of multi-day events in month view. Normal events have no background colour and the font colour matches the relevant category. I would like this to be the same for multi-day events.
    I did put the below into the styling for ai1ec-event but no luck.
    Does anyone have any ideas?

    {% if event.is_allday %}
            {{ event.color_style | e( 'html_attr' ) }}
    {% else %}
    {% if event.is_multiday %}
            {{ event.color_style | e( 'html_attr' ) }}
    {% else %}
            {% if event.color_style %}
                    {{ event.color_style | e( 'html_attr' ) }}
            {% endif %}
    {% endif %}
    {% endif %}

    https://www.ads-software.com/plugins/all-in-one-event-calendar/

Viewing 1 replies (of 1 total)
  • Hi,

    Your inquiry requires changes in the code, which unfortunately we cannot help with as part of our support. We’ll keep this topic open for a few days for other user to chime in if possible. Thanks for your understanding.

    Ben

Viewing 1 replies (of 1 total)
  • The topic ‘Background/text colour of multi-day events in month view’ is closed to new replies.