Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #286578

    Hi – could you tell me how I can change the styling of a Gravity Forms? The form is here: http://www.littlefoxwebdesign.co.uk/treeport/?page_id=3105 – I’d like to increase the size and maybe colour of the field titles and also increase the size/colour of the Description that I’ve got under some fields.

    Thank you!

    #286588

    Hey kathrynmichaud!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .gform_wrapper .top_label .gfield_label { color: red; font-size: 18px!important; }

    Regards,
    Yigit

    #286640

    Hi – that works brilliantly for the field label, but doesn’t affect the description that appears below some of the fields? Also, is it possible to increase the size of the options text that appears, for example, at the side of toggle fields?

    Thank you!

    #286658

    Hey!

    Please add folllowing code to Quick CSS as well

    div.gfield_description { color: red; font-size: 18px!important; }
    .gform_wrapper select { font-size: 18px!important; }

    Cheers!
    Yigit

    #286660

    Hi – that works great for the description now, but the: .gform_wrapper select { font-size: 18px!important; } hasn’t affected the options text i.e. yes/no next to a toggle field …

    #286662

    Hi!

    Please add following code

     .gform_wrapper .gfield_radio li label { font-size: 18px!important; }

    Regards,
    Yigit

    #286663

    Brilliant – works perfectly – thank you!

    #286666

    Hey!

    You are welcome, glad we could help! :)

    Best regards,
    Yigit

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