As I build the dashboards, whenever I used a background other than black, the text and icons all have a background shadow. Is there a way to get rid of the that shadowing?
In the CSS tab for the dashboard enter:
.dashboard {
text-shadow:none;
}
1 Like
Hmm, not functioning for me. Wonder what I'm doing wrong. :-/ I'm no CSS guy. But just copied and pasted this into the blank CSS tab. Is there anything else an experienced person would have known to add as well? lol. Thanks!
Try .tile instead of .dashboard
1 Like
Perfect! that works as intended. Thanks!!!
1 Like
Thanks, the .tile also worked for me.