|
Hey there! I built a MM for my wife. She's loving this module for viewing the calendar but is asking me to tweak some things which is a BIG stretch for a non-coder like me. One tweak she is asking for me do (I'll post the others separately) is to remove the week count (the "CW [#]") on the first day every week. I cannot find a way to toggle this off. Does anyone have a suggestion on how to get rid of the week count? |
Answered by
eouia
Jul 3, 2023
Replies: 2 comments 1 reply
|
append this into your .CX3 .cw {
display: none;
} |
1 reply
Answer selected by
KristjanESPERANTO
|
Closing due to inactivity. The original question about hiding the week number was answered. No follow-up was received. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
append this into your
/css/custom.css