• Resolved lawchristopher

    (@lawchristopher)


    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 .

    https://wordpress.org/plugins/wp-spamshield/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor redsand

    (@redsand)

    That’s an excellent suggestion. Thanks for pointing that out. Since that code is shared by both the default WordPress registration page and WooCommerce (among others), we’ll need to add a little bit of code to it to detect which one we’re running and adjust accordingly. Not a problem though. Look for it in the next release.

    Have a good one.

    Plugin Contributor redsand

    (@redsand)

    Version 1.9.0.4 has this update.

    Thread Starter lawchristopher

    (@lawchristopher)

    That’s was so quick! Thanks 🙂

    Plugin Contributor redsand

    (@redsand)

    You’re welcome! 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘WooCommerce Registration CSS Adjustments’ is closed to new replies.