badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: html Validation

#3851
Guenni007
Participant

one quick and dirty solution to get rid of that searchform error is to give no label to the assistive-text.

so remove the line:
<label class=”assistive-text” for=”s”><?php _e( ‘Search’, ‘cleanretina’ ); ?></label>

Search will work without it and html Validation is than correct.