<?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 Topic: Form taking on the styling of my theme.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-taking-on-the-styling-of-my-theme</link>
		<description>Gravity Support Forums Topic: Form taking on the styling of my theme.</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 17:41:59 +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/topic/form-taking-on-the-styling-of-my-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Form taking on the styling of my theme."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-taking-on-the-styling-of-my-theme#post-29006</link>
			<pubDate>Fri, 01 Jul 2011 18:09:52 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">29006@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great. I'm pleased I could help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shorn on "Form taking on the styling of my theme."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-taking-on-the-styling-of-my-theme#post-28996</link>
			<pubDate>Fri, 01 Jul 2011 16:34:49 +0000</pubDate>
			<dc:creator>shorn</dc:creator>
			<guid isPermaLink="false">28996@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there! Thats brilliant! really appreciated! Two problems solved!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form taking on the styling of my theme."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-taking-on-the-styling-of-my-theme#post-28854</link>
			<pubDate>Thu, 30 Jun 2011 08:51:19 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">28854@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your styles add extra left/right padding which effectivly increases the default widths of the inputs and that's why they're overflowing the wrapper on the right. You can add this to your theme stylesheet to reduce the width of the last name input slightly so it fits properly. I also included a rule to change the button state on hover.. you can tweak that to suit your needs.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper .ginput_complex .ginput_right input,
body .gform_wrapper .field_name_last input {
    width: 90% !important;
}

body .gform_wrapper .gform_footer input#gform_submit_button_1.button:hover {
    background-color: #000;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/lyRzZ7&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/lyRzZ7&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shorn on "Form taking on the styling of my theme."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-taking-on-the-styling-of-my-theme#post-28806</link>
			<pubDate>Wed, 29 Jun 2011 15:42:41 +0000</pubDate>
			<dc:creator>shorn</dc:creator>
			<guid isPermaLink="false">28806@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;br /&#62;
sorry for the delay in responding, been away for a while.&#60;/p&#62;
&#60;p&#62;The form is here...&#60;br /&#62;
&#60;a href=&#34;http://lavishstudios.co.uk/?page_id=4&#34; rel=&#34;nofollow&#34;&#62;http://lavishstudios.co.uk/?page_id=4&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As you can see each element is styled to match the site, but the name fields are a little too wide. Im not sure how to change these. Also, I would like to add a hover over effect (background colour change) on the submit button if thats possible? (to match the &#34;continue reading&#34; button on the font page. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form taking on the styling of my theme."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-taking-on-the-styling-of-my-theme#post-28579</link>
			<pubDate>Mon, 27 Jun 2011 11:28:13 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">28579@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@shorn&#60;/p&#62;
&#60;p&#62;Can you post a URL to your form page? It will be easier for me to help out if I can see the form itself, what styles are being inherited, not, etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shorn on "Form taking on the styling of my theme."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-taking-on-the-styling-of-my-theme#post-28577</link>
			<pubDate>Mon, 27 Jun 2011 10:19:52 +0000</pubDate>
			<dc:creator>shorn</dc:creator>
			<guid isPermaLink="false">28577@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, thanks for the reply. Shortly after reading your reply, I kinda worked it out, so I'm feeling a bot more confident about going through my theme and applying the relative styling from my themes css file and applying to the different elements of each of my form. &#60;/p&#62;
&#60;p&#62;I have a couple of further questions however, that I have been unable to work out.&#60;br /&#62;
I have added added some styling to standard text fields, and this has styled the element of the form which is a &#34;name&#34; field (first and last name), however when I change the width, it does not change in this field, and therefore the two side by side is a bit too wide for my theme. &#60;/p&#62;
&#60;p&#62;Secondly, I have styled my Submit button, but is there a way to style a hover over? i.e a different colour when the cursor is over it?&#60;/p&#62;
&#60;p&#62;Many thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Form taking on the styling of my theme."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-taking-on-the-styling-of-my-theme#post-28561</link>
			<pubDate>Sun, 26 Jun 2011 11:39:17 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">28561@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms are designed to inherit some of their styling from the theme - font styles, colors, etc. along with some styles for the form inputs themselves if they exist in your theme. Without seeing your form, It sounds like there aren't really any form styles in your theme right now, or else they're very specific to an existing form and your new forms don't inherit from those rules.&#60;/p&#62;
&#60;p&#62;You can add your own new styles to your active theme's style.css file. Here's some documentation on how to properly target all of the form elements so you can manipulate them with CSS.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you run into problems, please post a URL to your form page and I'll be happy to take a look and help out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shorn on "Form taking on the styling of my theme."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-taking-on-the-styling-of-my-theme#post-28560</link>
			<pubDate>Sun, 26 Jun 2011 08:48:12 +0000</pubDate>
			<dc:creator>shorn</dc:creator>
			<guid isPermaLink="false">28560@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi all, &#60;/p&#62;
&#60;p&#62;Just looking for a quick nudge in right direction. I have added a form to my main site and one in the sidebar, however these forms have taken on none of the style/css of my main site theme. &#60;/p&#62;
&#60;p&#62;Am I right in thinking I will need to add or change something within the css files to achieve this?&#60;br /&#62;
I used your documentation to remove the bullet points that were showing, and my theme has a handy custom.css file to add any such changes, which make it easier than editing the main css file. &#60;/p&#62;
&#60;p&#62;Any point in the right direction will be greatly appreciated! Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
