Hey there, I'm facing a small problem with my WordPress website. I'm trying to apply a font-weight to the text "Spain" when the nearby checkbox is checked. I've attempted several jQuery codes, including using WrapInner(), but so far have had no luck.
<div class="checkbox">
<label for="pais_produtores-spain">
<input type="checkbox" id="pais_produtores-spain" class="js-wpv-filter-trigger" name="wpv-pais_produtores[]" value="spain" checked="checked">
Spain
</label>
</div>
I'm looking for the best solution to resolve this issue. Any suggestions?