Tagged: 

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

    (Please refer to the first form on the link.)
    How do I narrow the line height for the checkboxes?
    How do I change the font and size of the fields?
    Can I have the CSS code? Thanks.

    #1364039

    Hi Samuel,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab
    1-

    
    .avia_ajax_form label.input_checkbox_label {
      line-height: 1.3em;
    }
    

    2-

    
    #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area {
      font-size: 20px;
      font-family: georgia;
    }
    

    If these do not help, please post a screenshot showing the changes you would like to make. You can upload your screenshots on imgur.com and post the links here :)

    Regards,
    Yigit

    #1364103

    It works, thanks.

    #1364118

    Hi,

    Great, I’m glad that Yigit could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1364122

    Please close it, thanks.

    #1364127

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

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