Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #414869

    1. Can you provide me with some quick css to remove the border lines around the fields in the contact forms.
    2. Quick css to change the background color in the contact field to make it darker.

    Thanks!

    #414957

    Hi djshortkut!

    Please add following code to Quick CSS

    #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area {
      border: none!important;
      background-color: #e2e2e2!important;
    }

    Cheers!
    Yigit

    #415008

    Thanks Yigit! You can close this thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Contact Form Modifications’ is closed to new replies.