Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #971851

    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

    #971910

    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

    #972461

    Thank you! That did the trick : )

    Linda

    #972469

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Contact Form Change Background Color’ is closed to new replies.