Hey I was wondering whether it might be possible to use some fancy CSS to remove the birthday icon/link thing from the navigation and any other places it might be seen.
I'm using the Birthday extension for the ability to "enforce" a minimum age restriction at registration as best the options currently allow. Really have no need the front end icons and stuff.
Would this code do the trick ?
.item-birthday {
display: none;
}