I want to remove the text from the following label (highlighted with *), however I want to keep all other text content of the label elements descendants in tact and unaffected. How can I achieve this?
Here is a sample of my HTML:
<label class="has-checkbox terms">
<input name="order[terms]" type="hidden" value="0">
<div class="icheckbox_minimal" style="position: relative;">
<input class="checkbox" type="checkbox" value="1" name="order[terms]" id="order_terms">
<ins class="iCheck-helper"></ins>
</div>
*ich habe die*
<a href="#">AGBs</a>
*gelesen und stimme diesen zu.*
<span class="terms-error"></span>
</label>