Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1466893

    Hi

    I used one of your theme imports for my website http://www.rexdesignsolutions.com which is working really well but I noticed when I was testing it that the colour changes when you click submit. The colour is green which is not on brand for me. How do I change that?

    I need the colour to be #F69F29

    cheers
    Kinnear

    #1466903

    Hey kinnear,

    Do you mean when submitting the form at the bottom of the front page?

    Best regards,
    Rikard

    #1467153

    Yes, there is only one. The website only has one page.
    Cheers
    Kinnear

    #1467168

    Hi,

    Thank you for the update.

    The colour is green which is not on brand for me

    That is the default border color of valid fields. If you want to change it, please add this css code:

    #top #wrap_all .valid .select, #top #wrap_all .valid .text_area, #top #wrap_all .valid .text_input {
        border: 1px solid orange;
    }

    Best regards,
    Ismael

    #1467436

    I added the CSS to the custom field in the form element as instructured, and now it’s green, not just when you click submit. I want to keep the white; once the submit button is clicked, it turns orange.

    Cheers
    Kinnear

    #1467447

    Hi,

    Please try this CSS instead:

    .avia_ajax_form input.button:active, .avia_ajax_form input.button:focus {
      border-color: #F69F29 !important;
    }

    Best regards,
    Rikard

    #1467643

    Hi its still green, as I said in my last post I’m pasting the CSS in the Custom CSS Class field, it that correct?

    cheers
    Kinnear

    #1467653

    Hi,

    Thanks for the update. I’m not sure that we fully understand what you are looking to change, which border and in which state are you looking to modify? If you have a screenshot highlighting what you would like to achieve, then please share that with us.

    Best regards,
    Rikard

    #1467788

    Hi, my site is one page with only one form. The contact form turns green when you submit an enquiry. I need it to be #F69F29.

    Website – http://www.rexdesignsolutions.com
    I have already provided the user details for the backend.

    Happy to provide a screenshot, but I can’t see where I upload it. If you go to my site you will see it as there is only one.

    Cheers Kinnear

    #1467799

    Hi,

    Thanks for that, but I can’t see anything green in your contact form. You can upload screenshots to a service like Dropbox, Google Drive, Imgur, Snipboard or similar. Then link to the image here.

    Best regards,
    Rikard

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