Ok but the problem is that Golf is the only activity present in the main menu. Why Golf and not Swim, Run... ?
The watch knows all the activities we practice (or not). It is completely incoherent to have…
Same here... please add an option to hide all golf-related activities from Garmin Connect. I don't play gold, never did, never will and this takes away precious app real estate and deteriorates my user experience. Here's a screenshot of my app with the golf section added permanently in the menu. I just want to hide it!
This topic led me to the idea that it is easy to remove golf from at least in Garmin Connect Web.
All you need it modern browser and extension that can apply custom css to the site. I use Styler extension.
and you just need add this css class:
li.main-nav-item:has(a > .icon-activity-golf) {
display: none;
}
and voilà
Thanks, but my pain is really the mobile app, not the webapp. There should be a switch from Garmin to enable/disable the Gold display, not some hack every user has to do. If someone doesn't know about frontend programming they'll be lost.