Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #407683

    I have a couple of questions if you can help answering:

    How can I change the font size in the contact form – labels and input fields?
    How can I minimize the “white” space between labels and input fields (above and bellow)?
    How can I change the font size and hover background color of send button?

    #408194

    Hey Sasolini!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top label { font-size: 16px; }
    p.form_element { margin: 0; }
    .avia_ajax_form .button { font-size: 16px; }
    .main_color input[type='submit']:hover { background-color: orange; }

    Best regards,
    Yigit

    #410889

    Thank you Yigit.

    I was wondering if i can change the size of input text as well?

    #410953

    Hey!

    Please add following code to Quick CSS as well

    input, textarea {
      font-size: 16px!important;
    }

    Cheers!
    Yigit

    #413126

    Thank you, just what i needed.

    #413410

    Hi!

    Glad we could help :)

    Regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Contact form size’ is closed to new replies.