-
AuthorPosts
-
September 13, 2024 at 10:15 am #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
KinnearSeptember 13, 2024 at 11:25 am #1466903Hey kinnear,
Do you mean when submitting the form at the bottom of the front page?
Best regards,
RikardSeptember 17, 2024 at 2:02 am #1467153Yes, there is only one. The website only has one page.
Cheers
KinnearSeptember 17, 2024 at 5:42 am #1467168Hi,
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,
IsmaelSeptember 19, 2024 at 8:44 am #1467436I 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
KinnearSeptember 19, 2024 at 12:39 pm #1467447Hi,
Please try this CSS instead:
.avia_ajax_form input.button:active, .avia_ajax_form input.button:focus { border-color: #F69F29 !important; }
Best regards,
RikardSeptember 23, 2024 at 9:25 am #1467643Hi 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
KinnearSeptember 23, 2024 at 11:23 am #1467653Hi,
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,
RikardSeptember 25, 2024 at 8:52 am #1467788Hi, 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
September 25, 2024 at 10:53 am #1467799 -
AuthorPosts
- You must be logged in to reply to this topic.