There is a class in accordian which just adjust height from height:auto or 0 to the accordian div.
if you remove 'in' class and when you click on it, bootstrap adds 'in' class again and now content will be visible
<div id="collapseOne" class="accordion-body collapse">
....
</div>