<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Tag: css - Recent Topics</title>
		<link>https://legacy.forums.gravityhelp.com/tags/css</link>
		<description>Gravity Support Forums Tag: css - Recent Topics</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 16:35:06 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/tags/css/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>Josh on "Add class to input using php - not client side"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/add-class-to-input-using-php-not-client-side#post-342108</link>
			<pubDate>Mon, 24 Jun 2013 10:01:36 +0000</pubDate>
			<dc:creator>Josh</dc:creator>
			<guid isPermaLink="false">342108@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I am trying to simple add class to input element so I can use bootstrap classes etc. But I don't want to use javascript because it takes to long to fire depending on the page load.&#60;/p&#62;
&#60;p&#62;So I am trying to achieve it with php. But I can only seem to add classes to the input container. Which is not helping my bootstrap integration.&#60;/p&#62;
&#60;p&#62;I am using less for all the style adjustments that work beautifully with gravity forms.&#60;/p&#62;
&#60;p&#62;It's just that I would like to customise the input size across different forms, and add classes to the inputs. I know I could use this code below and add another style to the bootstrap.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// ADD CLASS TO SIDEBAR INPUTS
add_action(&#38;quot;gform_field_css_class&#38;quot;, &#38;quot;sidebar_custom_class&#38;quot;, 10, 3);
function sidebar_custom_class($classes, $field, $form){
	if($form[&#38;quot;id&#38;quot;] == 2 &#38;amp;&#38;amp; $field[&#38;quot;type&#38;quot;] == &#38;quot;text&#38;quot;){
		$classes .= &#38;quot; input-block-level&#38;quot;;
	}
    return $classes;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'm curious if I can add classes to inputs directly to save the hassle of adding more styles.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>andrespi on "Gravity forms CSS Class Name problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-css-class-name-problem#post-372420</link>
			<pubDate>Wed, 10 Jul 2013 00:14:03 +0000</pubDate>
			<dc:creator>andrespi</dc:creator>
			<guid isPermaLink="false">372420@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, I'm using this extension with WooCommerce and Kickstart template. I can not use the CSS Class Name of my template with Gravity Forms. A product of example you can see here: &#60;a href=&#34;http://www.compudemano.com/producto/macbook-pro-13-25/&#34; rel=&#34;nofollow&#34;&#62;http://www.compudemano.com/producto/macbook-pro-13-25/&#60;/a&#62;. Can you help?. Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dustin on "Position submit button in-line with responsive theme"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/position-submit-button-in-line-with-responsive-theme#post-361552</link>
			<pubDate>Thu, 04 Jul 2013 07:27:37 +0000</pubDate>
			<dc:creator>dustin</dc:creator>
			<guid isPermaLink="false">361552@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Guys,&#60;/p&#62;
&#60;p&#62;Need some help here please, &#60;/p&#62;
&#60;p&#62;Having trouble positioning the submit button in-line.&#60;/p&#62;
&#60;p&#62;There is a lot of info about this on your support forums which I've read, I've also tried my themes support forum among others.&#60;/p&#62;
&#60;p&#62;I'm very new to web development so forgive me if I've missed something.&#60;/p&#62;
&#60;p&#62;I would like to position the button inline &#38;amp; closer to the text input. &#60;/p&#62;
&#60;p&#62;The theme is responsive so the submit button needs to stay aligned at various page sizes.&#60;/p&#62;
&#60;p&#62;So far I have managed to re-position the submit button inline but can't align the button.&#60;/p&#62;
&#60;p&#62;Live Page: &#60;a href=&#34;http://my-boiler.info/&#34; rel=&#34;nofollow&#34;&#62;http://my-boiler.info/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;An image of what I'm trying to do - &#60;a href=&#34;http://my-boiler.info/re-position-submit-button.png&#34; rel=&#34;nofollow&#34;&#62;http://my-boiler.info/re-position-submit-button.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've tried floating the footer to the right and using margin to target the button which works when viewing on a normal browser but not when resizing the page.&#60;/p&#62;
&#60;p&#62;The theme I'm using is Enfold responsive.&#60;/p&#62;
&#60;p&#62;The code I'm using -&#60;br /&#62;
* FORM BODY contains the main form content*/&#60;br /&#62;
body #gform_wrapper_1 .gform_body {&#60;/p&#62;
&#60;p&#62;}&#60;br /&#62;
/*Postcode input*/&#60;br /&#62;
 #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=text] {&#60;br /&#62;
    position:relative;&#60;br /&#62;
    width:140px;&#60;br /&#62;
    height:50px;&#60;br /&#62;
    font-size:25px;&#60;br /&#62;
 }&#60;/p&#62;
&#60;p&#62;body #gform_wrapper_1 .gform_footer {&#60;br /&#62;
   display: inline-block;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/*Submit button*/&#60;br /&#62;
body #gform_wrapper_1 .gform_footer input[type=submit] {&#60;br /&#62;
   margin:0px 0px 0px 0px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Some selectors are empty, I've just included above to give an idea of what I've tried.&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Magali Pettier on "Customising font in CSS Stylesheet for form labels"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-font-in-css-stylesheet-for-form-labels#post-368061</link>
			<pubDate>Mon, 08 Jul 2013 09:55:49 +0000</pubDate>
			<dc:creator>Magali Pettier</dc:creator>
			<guid isPermaLink="false">368061@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
Can you please help me because i tried to make a new post in the forum but my account doesn't let me read anything.&#60;br /&#62;
It seems i might have found the place where i should put the css entering the following but nothing is happening.&#60;br /&#62;
In the CSS style sheet, i put &#60;/p&#62;
&#60;p&#62;.label .gfield_label {&#60;br /&#62;
color: #black;&#60;br /&#62;
font-weight: bold;&#60;br /&#62;
font-family: Questrial, Verdana, Geneva, sans-serif;&#60;br /&#62;
font-size: 16px;&#60;br /&#62;
!important&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;And in the css class name field in the form i put: &#60;/p&#62;
&#60;p&#62;.label .gfield_label&#60;/p&#62;
&#60;p&#62;This is the only CSS stylesheet where it seems that it should be so what should I do? It says in the Gravity Forms documentation that I can customize the colors and fonts but I can't, does anyone know if is there any other way?&#60;/p&#62;
&#60;p&#62;Many thanks&#60;/p&#62;
&#60;p&#62;Magali
&#60;/p&#62;</description>
		</item>
		<item>
			<title>magalipettier on "CSS, change font size and style"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/css-change-font-size-and-style#post-367623</link>
			<pubDate>Mon, 08 Jul 2013 04:51:08 +0000</pubDate>
			<dc:creator>magalipettier</dc:creator>
			<guid isPermaLink="false">367623@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;HI,&#60;br /&#62;
I have purchased Gravity Forms. I want to change the font and size of my form labels. I have read that I need to change the class but what I can't find is where i should change that. There are several css files and I don't know which one. I tried to enter it in the css class field for each label but it doesn't work. Can you please explain how i can do this as I can't find it in your documentation. Also you say to change the class names but how do i do what are the different class names?&#60;br /&#62;
Thank you for your help.&#60;br /&#62;
Magali
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gnowfglins on "remove bullets field label -- need help with CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-bullets-field-label-need-help-with-css#post-366539</link>
			<pubDate>Sun, 07 Jul 2013 14:02:23 +0000</pubDate>
			<dc:creator>gnowfglins</dc:creator>
			<guid isPermaLink="false">366539@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I'm trying to get rid of bullets displaying by the field labels. It's coming from my theme and I can't figure out how to override it.&#60;/p&#62;
&#60;p&#62;The bullets are coming from:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#content .post ul li, #content .page ul li, #header .widget-area ul li {
    list-style: disc outside none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I've tried this (and forms of this) to get rid of the bullets; it doesn't work.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gfield_label ul li {
list-style-type: none !important
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I cleared cache each time I made a CSS change. Also my theme minimizes CSS so I made sure the minified.css file was updated, too.&#60;/p&#62;
&#60;p&#62;The form is displaying on this test page:&#60;br /&#62;
&#60;a href=&#34;http://gnowfglins.com/contact-testing&#34; rel=&#34;nofollow&#34;&#62;http://gnowfglins.com/contact-testing&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>btozcreative on "Paragraph Text, Dropdown font size &#38; styling"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/paragraph-text-dropdown-font-size-styling#post-358502</link>
			<pubDate>Tue, 02 Jul 2013 20:20:59 +0000</pubDate>
			<dc:creator>btozcreative</dc:creator>
			<guid isPermaLink="false">358502@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;First of all, THANK YOU for your wonderful documentation, support and these forums: they helped a lot so far. I am posting my question here so future generations of GFormers can use it for reference...&#60;/p&#62;
&#60;p&#62;Regarding:&#60;br /&#62;
&#60;a href=&#34;http://www.freeandequal.dreamhosters.com/volunteer/&#34; rel=&#34;nofollow&#34;&#62;http://www.freeandequal.dreamhosters.com/volunteer/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I managed to get the text input boxes to take a larger font size, but had some trouble with the dropdowns and paragraph text. Until I figured out their containers... I'm including that code here because it was a bugger to figure out, and I want to make someone's life easier...&#60;/p&#62;
&#60;p&#62;My question is, are there any other input fields I am missing that I just haven't spotted because they are not on my form?&#60;/p&#62;
&#60;p&#62;Here's what I'm workin' with right now:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body .gform_wrapper input[type=text],
body .gform_wrapper input[type=url],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .gform_wrapper .gform_body .gform_fields .gfield select,
	font-size: 13px;
	font-family: inherit;
        margin-bottom: 1px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Am I good?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brandamos on "Getting Form Fields To Work"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/getting-form-fields-to-work#post-354224</link>
			<pubDate>Sun, 30 Jun 2013 14:36:32 +0000</pubDate>
			<dc:creator>brandamos</dc:creator>
			<guid isPermaLink="false">354224@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is probably a basic thing, but I've been struggling to get it to work.&#60;/p&#62;
&#60;p&#62;I'm trying to get my front page form that is already styled to work with gravity forms.&#60;br /&#62;
&#60;a href=&#34;http://www.guarantymoving.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.guarantymoving.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The issue is the fields are not being entered into the entry list and on email notifications the fields are naturally not passing either.&#60;/p&#62;
&#60;p&#62;**I am not inserting the form via shortcode, just installing the form hard coded and I copied the elements from this page &#60;a href=&#34;http://www.guarantymoving.com/test-page/&#34; rel=&#34;nofollow&#34;&#62;http://www.guarantymoving.com/test-page/&#60;/a&#62;  --- note there is an additionally styled and working form on the sidebar of this page that I have no problems with.&#60;/p&#62;
&#60;p&#62;Any help is highly appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vpautosales on "Next Button Alingment"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/next-button-alingment#post-353879</link>
			<pubDate>Sun, 30 Jun 2013 11:06:01 +0000</pubDate>
			<dc:creator>vpautosales</dc:creator>
			<guid isPermaLink="false">353879@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My work is here;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://vpautosales.com/testing/&#34; rel=&#34;nofollow&#34;&#62;http://vpautosales.com/testing/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I am attempting to duplicate the layout of;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://loans.car.com/loans-new-design/&#34; rel=&#34;nofollow&#34;&#62;https://loans.car.com/loans-new-design/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I am struggling to move the alignment of the NEXT button to center on the right hand side of the form selection. I am guessing this has to do with it inheriting features from the footer, but I do not know enough CSS to fix it. Any input would be much appreciated.&#60;/p&#62;
&#60;p&#62;Thank you in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>smittyja on "Datepicker and Mailchimp problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/datepicker-and-mailchimp-problem#post-42588</link>
			<pubDate>Wed, 30 Nov 2011 16:18:54 +0000</pubDate>
			<dc:creator>smittyja</dc:creator>
			<guid isPermaLink="false">42588@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I created a form with a date field but the days in the calendar do not display correctly. After some playing around I discovered if I disable my Mailchimp plugin it works correctly. They both use the date picker function I believe so I'm not sure if that's the problem or there is a CSS problem.  Here is the link &#60;a href=&#34;http://sitdoggie.com/contact-sit-doggie/appointment/&#34; rel=&#34;nofollow&#34;&#62;http://sitdoggie.com/contact-sit-doggie/appointment/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Not sure what Gravity form CSS class to use to override any MailChimp classes ?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
