Hi Support – can you please help me adjust the background color in my form on my Contact page so that the opacity in the Message area (text area) matches the opacity in the Name and Email Address areas?
Thank you!
Linda
Hey LindaK816,
Add the following to quick css:
#top .avia_ajax_form .text_area{
background:rgba(0,0,0,0.5)!important;
}
There seems to be a style declaration that has 0.7 listed instead of 0.5 like I have. If you can find and change that then that should fix the issue.
Best regards,
Jordan Shannon
Thank you! That did the trick : )
Linda
Hi,
I’m glad I was able to help you get this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon