• This has sort of been answered, but not in a way I understood well enough to implement. Yes, changing the calendar color should be in the css, but how exactly do I execute such a change?

    The documentation discusses copying php files to an alternate location, but didn’t state (where I saw) that css worked the same way.

    Then when I review the source I find css elements like this:

    .em.em-calendar .em-cal-head>div {
    background: var(–header-background);
    color: var(–header-color);
    margin: 10px 0;
    padding: 0 10px;
    border-left: var(–header-border);
    text-transform: uppercase;
    overflow-x: hidden;
    text-overflow: ellipsis
    }

    This suggests to me that all I need to do is set the variable names to the color values I want, but I don’t understand where ( maybe how?, and not color picking) to do this.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • TreeTrail

    (@aprilschmitt27)

    Are you asking about setting the color of the calendar or the color of events by category (in the calendar)?

    Thread Starter ranceh

    (@ranceh)

    I’m starting with the calendar itself. I think if I get the hang of it I can adjust the events themselves.

    Thread Starter ranceh

    (@ranceh)

    Update: I found where the variables are set in em.calendar so now I know half of what I need to know/confirm.

    Now my question simplifies a little bit. Can I copy the css file to an alternate location to preserve my changes post module upgrade like is done with php modules?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘calendar color changing’ is closed to new replies.