WooCommerce Registration CSS Adjustments
-
foreach( $new_fields as $k => $v ) { echo ' <p> <label for="'.$k.'">'.$v.'<br /> <input type="text" name="'.$k.'" id="'.$k.'" class="input" value="" size="25" /></label>foreach( $new_fields as $k => $v ) { echo ' <p class="form-row form-row-wide"> <label for="'.$k.'">'.$v.'<br /> <input type="text" name="'.$k.'" id="'.$k.'" class="input-text" value="" size="25" /></label>I was looking at the registration page with WooCommerce (My Account) and this enabled. I was wondering if you could make these changes official? All I did was add the default class markup for <p> and changed class=”input” to input-text; this matches what WooCommerce uses and makes it look a bit nicer .
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘WooCommerce Registration CSS Adjustments’ is closed to new replies.