Is there a way to make Bootstrap JS Collapse text Bold after it has been clicked on?
<tr data-toggle="collapse" data-target="#demo8" class="accordion-toggle">
<td>
<div class="faq_title bold" id="q13">How can I renew my subscription? </div>
<div class="accordian-body collapse" id="demo8">
<div class="col-md-8 text-justify py-4 pl-0" style="border-top: 1px solid #DEE2E6;">
<p>
Some information here
</p>
</div>
</div>
</td>
</tr>