Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #261429

    HI,

    I used the code below to style the validation in contact form.

    .avia_ajax_form .error input {
    border: 2px solid #ff0000 !important;
    }

    BUt the same not work in TEXTAREA. What can I to do about that?

    THANKS

    #261502

    Hey CloudChoice!

    Please use following code instead

    #top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select { border: 2px solid #ff0000 !important; }

    Cheers!
    Yigit

    #261503

    Hi,

    Now is perfect, thank you..

    I would like to use the validation alert in other forms, not just the contact form, which code can be used to apply this validation?

    THANKS

    #261550

    Hey!

    Thank you for using the theme!

    The “validation alert” is only available on the Contact form element and applying it to some other forms might be a little bit complicated. Unfortunately, this particular request falls beyond the scope of support so you might need to find someone who can do it for you. Please visit Envato Studio or Werkpress for further customization.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.