Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1027759

    Hi

    I would like change the border color of invalidation and validation of my Choice in the contact form.
    At moment the invalidation color of the contact form border is kind of red and of the validation border color is green.

    Thank for your help
    Roger

    #1028138

    Hey Roger,

    Can you give us access to your site? currently we can only see a Coming Soon page.
    You can post the credentials in private content.

    Best regards,
    Nikko

    #1028217

    Hi Nikko
    Thanks for reply. atteched my cred. and a screenshot.

    Thanks for help
    kind regards
    Roger

    • This reply was modified 6 years ago by Roger.
    #1029734

    Hi,

    Thanks for the info.

    You can use the following css codes to change the validation border colors.

    
    /** valid**/
    #top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select{
        border:1px solid #9AA600;
    }
    
    /** error **/
    #top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select {
        border: 1px solid #DF653E;
    }

    Best regards,
    Ismael

    #1029891

    Hi Ismael

    That works great. Thanks a lot.

    Kind Regards
    Roger

    #1030230

    Hi,

    Great! Please open a new thread if you need anything else. :)

    Best regards,
    Ismael

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