@MMRIZE That worked perfectly. Thank you so much!
Read the statement by Michael Teeuw here.
Latest posts made by jdcpuwiz
-
RE: MMM-CalendarExt3 month header and current date format
-
RE: MMM-CalendarExt3 month header and current date format
@MMRIZE Thanks for the help, I am going to give this a try and get back to you.
-
MMM-CalendarExt3 month header and current date format
I am new to MM and I am trying to get things styled the way I want. I am trying to make some changes using custom.css but there are a couple options I cannot seem to track down. I want to change the month name title on month view. Here is what I have right now, however it does not seem to be working.
for the month title in custom.css
.CX3 .title {
color: rgba(255,255,255,1);
font-family: “Verdana”, “sans-serif”;
font-size: 20px;
}I also want to change the way the current day displays the date. I want it to display the same format as the rest of the dates in month view. ie: April 1st is displayed as 4/1/2023. The rest of the days display just 2, 3 ,4, etc.
Can anyone help with this?