I built a calendar with multiple content types. What I'm basically trying to achieve here is to force a user to choose from those content types when creating a new item instead of defaulting to the one that SharePoint chooses when the New button is clicked. To do this, I would like to hide the TOP part of the New button. I've seen plenty of posts on how to hide the content types from the list, but I'm trying to achieve the opposite.
I have figured out using CSS how to hide the button, but this hides the entire thing instead of just the top part of the button. Also, I can disable it, and just use custom built buttons, but I'd rather not do this as I'd have to embed this everywhere a new view is. I've tried a bunch of jQuery and Javascript, but nothing I do seems to help.
The perfect thing to do, I assume would be to use some jQuery or Javascript to unbind the "click" event from the button. I can't seem to figure it out, though.
I have no access to back end (VS, etc.). I cannot change the master page either. I DO, however, have access to master page CSS, so I can manipulate that. This will have to be done either via CSS, jQuery, or Javascript via a CEWP.
I'd appreciate any help. Thanks!