Is it possible to adjust the transparency of the form fields to a value other than the completely transparent or completely opaque options available?
Hey evertypedesign,
Can you try adding this css code in QUick CSS (located in Enfold > General Styling):
.avia_ajax_form .text_input,
.avia_ajax_form .select {
background-color: rgba(0,0,0,0.5) !important;
}
Just change the last value (0.5) which is 50% opacity, you can use values between 0 and 1.
Hope this helps.
Best regards,
Nikko
That worked perfectly, thank you!
Hi,
Glad Nikko was able to help, unless there is anything else we can help with on this issue, shall we close this then?
Best regards,
Mike
Yes, thank you.
Actually, I just noticed that on this page, one of the fields is not responding to the transparency: https://staging.colrich.com/contact/
Is it because the type of field that it is? I’m on a Mac and get the same result in the latest versions of Safari, Chrome, and Firefox.
Hi evertypedesign,
You need to add the textarea to that code:
.avia_ajax_form .text_input,
.avia_ajax_form .select,
.avia_ajax_form textarea {
background-color: rgba(0,0,0,0.5) !important;
}
If you need further assistance please let us know.
Best regards,
Victoria
Perfect, thank you.
This one is all set.
Hi,
Glad Victoria & Nikko was able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Mike