Read the statement by Michael Teeuw here.
All White MMM-CalendarExt3 & Agenda
-
I can’t seem to make the color formatting work for the dates shown on MMM-CalendarExt3 and MMM-CalendarExt3Agenda to make all of my dates be white in lieu of ‘gold’, ‘blue’, and ‘red’. I tried the changes below in my custom.css, but it has not worked no matter how many times I have messed with it. Any help would be greatly appreciated.
.CX3A .cellheader .cellHeaderMain .cellDate {
color: white;
} -
@DarkHelmet1
Gold is dedicated for today or current moment.
Blue(dodgerblue) is for weekend_1
Red(crimson) is for weekend_2You can find those colors in module’s css.
So; you can override like this;.CX3A .cell.today .cellDay { color: white; /* It was var(--todayColor) */ } .CX3A .cell.weekend_1 .cellDay { color: white; /* It was dodgerblue */ } .CX3A .cell.weekend_2 .cellDay color: white; /* It was crimson */ }The reason why your selector
.CX3A .cellheader .cellHeaderMain .cellDatedidn’t work, is this;.cellHeaderis right, not.cellheader.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login