Are you talking about the cal Icon having no weekday showing up on it
If so look in the Themes info plist you are using
You may have something on there like
<key>CalendarIconDayStyle</key>
<string>color: Transparent</string>
Change Transparent to a color
If you do not have THIS LINE
ADD it to the plist
Example
<key>CalendarIconDateStyle</key>
<string>color: rgba(0,0,0,0.75); padding-right: 1; font-size: 25;</string>
You know what the funny thing is. After I went back and check the themes I have installed, I noticed that its when I install the datecalendar widget, that the Day in the Calendar icon disappears. As soon as I disable the widget, it comes back. Strange, does that happen to you as well? Its actually 2 themes, one is Calendar and the other is Datecalendar.
I just went back and noticed that I'm not the only one with this problem. For some people, when these 2 themes are enabled, their Day also disappeared on their Cal icon. Maybe this theme disables it automatically?
Last edited: