Hello.
Need button Show/Hide content. Do you have some kind of plugin at quickstart version of template? If not, may be you recommend some kind of Show/Hide plugin?
$('#toggleConten').click(function(){
$('.gkContent').toggle('slow');
});
<div id="toggleContent">Click ME</div>