-
|
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? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
append this into your .CX3 .cw {
display: none;
} |
Beta Was this translation helpful? Give feedback.
-
|
Closing due to inactivity. The original question about hiding the week number was answered. No follow-up was received. |
Beta Was this translation helpful? Give feedback.
append this into your
/css/custom.css