Hello, I'm an advanced beginner so I appreciate your patience:)
I've had success removing checkboxes and styling their labels when the for="" attribute is present.
However, I'm facing a challenge with a form where the labels wrap the inputs and there is no for attribute.
Here is the markup:
<li id='tags-234'>
<label class="selectit">
<input value="234" type="checkbox"
name="tax_input[tags][]" id="in-tags-234" /> Tag 1
</label>
</li>
Can someone guide me on how to proceed? Do I need to add label tags in some way first?
Any assistance would be greatly valued. Thank you!