Show Month of Calendar in Report Widget on Portal

Gabriel Haynie
Tera Expert

I am using a copy of the report widget to post a calendar report on our portal. Everything is great except it won't display the name of the month at the top:

GabrielHaynie_0-1707246747778.png

But when I run the report in the report module, it displays the month and year. 

GabrielHaynie_1-1707246793292.png

How can I get the month and year to appear on the portal in the report widget?

1 ACCEPTED SOLUTION

Gabriel Haynie
Tera Expert

It turns out the issue was that the month and year were there but were invisible due to the font being the same color as the background. I fixed this by updating the CSS for this widget by adding the following:


h2 {
color: black;
}

 

View solution in original post

1 REPLY 1

Gabriel Haynie
Tera Expert

It turns out the issue was that the month and year were there but were invisible due to the font being the same color as the background. I fixed this by updating the CSS for this widget by adding the following:


h2 {
color: black;
}