This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Dashboard view of agenda shows all sports in the same color, is differentiation possible?

In the dashboard view of Garmin Connect the widget Agenda shows all sports in simple one color (green), it comes out quite confusing,I would like to see at a glance all my sports per month.

Is it possible for differentiation like in the main Agenda view (blue ski, red running, green cycling,...)?

  • You can do it with CSS like in this example: Change Activity Colors

    in short, just change colors of the icons:

    .icon-activity-running {color: red   !important;}
    .icon-activity-walking {color: green !important;}
    .icon-activity-cycling {color: blue  !important;}

    Use Inspect over an icon to check other names like: .icon-activity-fitness-equipment