<?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: Basic styling help</title>
		<link>https://legacy.forums.gravityhelp.com/topic/basic-styling-help</link>
		<description>Gravity Support Forums Topic: Basic styling help</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:11:36 +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/basic-styling-help" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Basic styling help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/basic-styling-help#post-174621</link>
			<pubDate>Sun, 17 Mar 2013 21:28:28 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">174621@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes.  In general.  Let's focus your styling questions on your other open topic for now:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/what-are-the-basics-for-changing-colors-fonts&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/what-are-the-basics-for-changing-colors-fonts&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>esmith813 on "Basic styling help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/basic-styling-help#post-174618</link>
			<pubDate>Sun, 17 Mar 2013 21:25:14 +0000</pubDate>
			<dc:creator>esmith813</dc:creator>
			<guid isPermaLink="false">174618@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi. I would like to make my Gravity Form look like my Contact Form 7 too! Please clarify your suggestion. Are you saying to&#60;br /&#62;
1) Look at the source code of the contact form 7 page&#60;br /&#62;
2) Review CSS&#60;br /&#62;
3) Apply the CSS to the Gravity form&#60;/p&#62;
&#60;p&#62;Where would you apply the CSS? in the theme style.css or in the Form Settings&#38;gt;Advance&#38;gt; &#34;CSS Class Name&#34; field?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Basic styling help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/basic-styling-help#post-162142</link>
			<pubDate>Wed, 06 Mar 2013 12:52:32 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">162142@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In general, any place you see &#34;.wpcf7-form&#34; you can replace that with &#34;.gform_wrapper&#34;.  That will fix a lot of it.    Some of the names of the divs will be different, so you will have to change the selector in this code completely.  For example, div.wpcf7-validation-errors would be &#60;strong&#62;div.validation_error&#60;/strong&#62; for Gravity Forms.&#60;/p&#62;
&#60;p&#62;You best bet is to create a form and then view the source of the page it's on to see how you can adapt this theme CSS to work on your Gravity Forms elements.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dsk3211 on "Basic styling help"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/basic-styling-help#post-161112</link>
			<pubDate>Tue, 05 Mar 2013 12:44:57 +0000</pubDate>
			<dc:creator>dsk3211</dc:creator>
			<guid isPermaLink="false">161112@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, I'm using a premium theme called Inovado, and it has no support for Gravity Forms, but it does support Contact Form 7. My question is how to copy over the Contact Form 7 styling to Gravity Forms. Here is the Form code in style.css. Would someone be able to tell me what I'd need to do to make Gravity Forms look like this the styling for CF7? It would be very much appreciated. Thank you!&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* ------------------------------------------------------------------------ */
/* 05. Forms
/* ------------------------------------------------------------------------ */

form,
fieldset { margin-bottom: 20px }

input[type=&#38;quot;text&#38;quot;],
input[type=&#38;quot;password&#38;quot;],
input[type=&#38;quot;email&#38;quot;],
textarea,
select {
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 8px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666;
    margin: 0;
    width: 200px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    width: 180px;
    color: #999;
    -moz-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    border: 1px solid #d4d4d4
}

input[type=&#38;quot;text&#38;quot;]:focus,
input[type=&#38;quot;password&#38;quot;]:focus,
input[type=&#38;quot;email&#38;quot;]:focus,
textarea:focus {
    border: 1px solid #bbb;
    color: #333;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea { min-height: 60px }

select {
    width: 220px;
    padding: 5px;
}

label,
legend {
    cursor: pointer;
    display: block;
}

    label span,
    legend span { font-weight: bold }

button,
input[type=&#38;quot;submit&#38;quot;],
input[type=&#38;quot;reset&#38;quot;],
input[type=&#38;quot;button&#38;quot;] {
    display: inline-block;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    width: auto !important;
}

button:active,
input[type=&#38;quot;submit&#38;quot;]:active,
input[type=&#38;quot;reset&#38;quot;]:active,
input[type=&#38;quot;button&#38;quot;]:active{
	-webkit-box-shadow:inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
	   -moz-box-shadow:inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
	        box-shadow:inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
}

/* Contactform 7 Specific Styling ---------------------------------------------------- */

.wpcf7-form input[type=&#38;quot;text&#38;quot;] {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box; /* Opera/IE 8+ */
    width: 400px;
    max-width: 100%;
    margin: 5px 0 0 0;
}

.wpcf7-form textarea {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
    max-width: 100%;
    margin: 5px 0 0 0;
}

.wpcf7-form select {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box; /* Opera/IE 8+ */
    width: 400px;
    max-width: 100%;
    margin: 5px 0 0 0;
    padding:8px;
}

.wpcf7-form input[type=&#38;quot;checkbox&#38;quot;] {    width: auto }

.wpcf7 form.wpcf7-form p {
    font-weight: bold;
    margin: 0 0 20px 0 !important;
}

.wpcf7-list-item-label 	{ font-weight: normal }
.wpcf7-response-output 	{ display: none }
.wpcf7-form .invalid 	{ color: #bf1515 !important }
.wpcf7-not-valid 		{ border: 1px solid #bf1515 !important }
.wpcf7 span.wpcf7-not-valid-tip { display: none }

div.wpcf7-response-output {
    margin: 0px !important;
    padding: 5px 10px !important;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors{
	position:relative;
	border:1px solid #ddd !important;
	display:block;
	background-image:linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image:-o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image:-moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image:-webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image:-ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color:#F7F7F7;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;
	-webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	   -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	        box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	font-weight:bold;
	padding:10px 40px !important;
	text-align:center;
	margin-bottom:20px;
}

div.wpcf7-mail-sent-ok {
    background-image: linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-color: #e9f2d2;
    border-color: #c0da66 !important;
    color: #88b12b;
}

div.wpcf7-mail-sent-ng {
    background-image: linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-color: #ffe9e9;
    border-color: #e99f9f !important;
    color: #d25c5a;
}

div.wpcf7-spam-blocked {
    background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-color: #fbf6e3;
    border-color: #efd877 !important;
    color: #c4a80a;
}

div.wpcf7-validation-errors {
    background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-color: #fbf6e3;
    border-color: #efd877 !important;
    color: #c4a80a;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
