Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor motopress

    (@motopress)

    Hi,
    you can manage colors for events in its settings. Here is also documentation (p.3-4) that describes the steps to add colors more detailed.
    You should also make sure to have the “Theme Mode” enabled under your dashboard > Timetable > Settings > Template Mode.

    Thread Starter pierremichaux

    (@pierremichaux)

    Hey,
    Great to have your feedback because I could not manage to find a solution.
    I see the color settings are general. Theme mode is active.
    What I am looking for is to set a color for one event ID.
    I guess it is possible with some css?
    Thanks,
    Pierre

    Plugin Contributor motopress

    (@motopress)

    Hi,
    here is an example

    .mptt-event-container.id-35 {
        background-color: red !important;
    }

    replace 35 with your Event ID.
    You can find ID of the event in the browser url bar when you edit event.

    Leave a review if you like our plugin.

    Thread Starter pierremichaux

    (@pierremichaux)

    Perfect 😉
    Many thanks
    Pierre

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

The topic ‘Colour events’ is closed to new replies.