In a Bootstrap accordion, instead of requiring a click on the a text, I want to make it collapse when clicking anywhere in the panel-heading div.>
a
panel-heading
Another way is make your full fill all the space of the panel-heading. Use this style to do so:
.panel-title a { display: block; padding: 10px 15px; margin: -10px -15px; }
Check this demo (http://jsfiddle.net/KbQyx/).
Then when you clicking on the heading, you are actually clicking on the .