Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #340585

    Hello,

    I would like to know if is it possible to apply a change to .css to highlight the not-validated fields during checkout in Woocommerce.

    I mean the same that happens with “Canvas” theme.

    You can try it here:

    http://demo.woothemes.com/canvas/checkout/

    If a field is missed or on error, it is highlighted with a red border. The validated ones, instead, have a green border.

    Is it possible to do it also with Enfold theme, please?

    If yes, how can I do it, please?

    Thank you so much in advance.

    #341579

    Hey palmtop!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .woocommerce-invalid-required-field input {
    outline: 1px solid red!important;
    }

    Regards,
    Yigit

    #341614

    Thank you so much! It works perfectly!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘WooCommerce Required Field Highlight’ is closed to new replies.