You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally, it would be nice to have the stars and the font colour in the SportsPress configuration.
event-performance and event-star-number
At this point however, the CSS for the font colour defaults to the site primary body colour.
If that colour is set to white, you are not able to view the number on the yellow star.
Add color to this class :
.sp-event-performance .sp-event-star-number {
color: #000;
}
Ideally, it would be nice to have the stars and the font colour in the SportsPress configuration.
event-performance and event-star-number
At this point however, the CSS for the font colour defaults to the site primary body colour.
If that colour is set to white, you are not able to view the number on the yellow star.
Add color to this class :
.sp-event-performance .sp-event-star-number {
color: #000;
}
example:
http://www.romachampionsleague.com/partite/22837/
The text was updated successfully, but these errors were encountered: