Tagged: gravity forms, styling
-
AuthorPosts
-
July 7, 2014 at 12:09 pm #287932
Hi – I’m just trying to style a couple more things on my Gravity Forms – could you tell me if I can apply CSS code to:
1) Change the colour and size of the steps that show across the top of the form for each page.
2) Change the colour of the the field boxes.
3) Change the colour and size of the text entered into the field boxes.Also, on the first page of my form here: http://www.littlefoxwebdesign.co.uk/treeport/?page_id=3105 I seem to have ended up with a double line at the top of the first page of the form – I can’t see anything in the form admin – do you know how I can move one of the lines back down to the bottom of the page?
Thank you!
July 7, 2014 at 12:19 pm #287936Hi kathrynmichaud!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
1-.gform_wrapper .gf_step { color: red; }
2-
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select { border-color: red !important; }
3-
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { color: blue; font-size: 18px; }
Regards,
YigitJuly 7, 2014 at 1:28 pm #287965Hi – that’s all brilliant – exactly what I needed – thank you!
You don’t happen to have an idea why I’ve got two border lines showing at the top of the first page of the form?
July 7, 2014 at 6:46 pm #288124Hi!
You can remove one by adding following code to Quick CSS
.gform_wrapper .gf_page_steps { border: none; }
Regards,
YigitJuly 8, 2014 at 10:57 am #288398Hi – thanks – all sorted – last couple of queries:
1) CSS to change colour of the Form Title?
2) CSS to change size of the Next/Previous buttons at the bottom of the form?
Many thanks for all your help.
July 8, 2014 at 11:42 am #288421Hi!
Please add following code to Quick CSS
.gform_wrapper h3.gform_title { color: red; } #top .gform_page_footer .button { font-size: 18px; }
Best regards,
YigitJuly 8, 2014 at 11:46 am #288422Brilliant – thank you!
July 8, 2014 at 11:50 am #288425August 7, 2014 at 1:30 am #300907Hi – just installed Gravity Forms for the first time and tried a few test polls and surveys. Here’s the test page: As you can see, the Enfold theme over-rides the in-built styles of the forms, and the results aren’t nice, particularly the bullet points added in front of the questions and radio buttons. How do I remove these bullet points? How do I get the Forms styled as shown in the Forms preview window?
Thanks,
RebeccaAugust 7, 2014 at 3:22 am #300921Hey!
Thank you for using the theme.
I’m sorry but I think you left out the link to the actual page. If you have the access to the Gravity Forms css file, edit it then copy the form styles. Add it on css > custom.css file.
Regards,
IsmaelAugust 7, 2014 at 12:13 pm #301055Hi Ismael – thanks for your quick response.
I solved the problem with the Enfold theme putting bullet points in front of Gravity Forms – in the settings of Gravity Forms, I had selected Output ‘HTML5’ styling and de-selected ‘Output CSS’ styling (this was suggested by a video I had watched re: styling Gravity Forms polls). Once I switched those setting back to the original, then the forms/polls/surveys displayed just fine in Enfold.
Thanks again for your quick response – I’m impressed with your support!
Rebecca
-
AuthorPosts
- The topic ‘Gravity Forms Styling’ is closed to new replies.