<?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: Need a box or a border or something to make forms &#34;stand out&#34;.  Any suggestions?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/need-a-box-or-a-border-or-something-to-make-forms-stand-out-any-suggestions</link>
		<description>Gravity Support Forums Topic: Need a box or a border or something to make forms &quot;stand out&quot;.  Any suggestions?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:41:04 +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/need-a-box-or-a-border-or-something-to-make-forms-stand-out-any-suggestions" rel="self" type="application/rss+xml" />

		<item>
			<title>pamsandall@gmail.com on "Need a box or a border or something to make forms &#34;stand out&#34;.  Any suggestions?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-a-box-or-a-border-or-something-to-make-forms-stand-out-any-suggestions#post-349168</link>
			<pubDate>Fri, 28 Jun 2013 03:02:47 +0000</pubDate>
			<dc:creator>pamsandall@gmail.com</dc:creator>
			<guid isPermaLink="false">349168@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin,&#60;/p&#62;
&#60;p&#62;Thanks so much for your helpful advice.  I've actually been struggling with the template for a variety of reasons, but your comments have solidified my need to step it up a bit.  I will look over the links you've sent and suggestions  you've made.  I SO appreciate you actually taking the time to look at my site and SEE the issue.  &#60;/p&#62;
&#60;p&#62;Just to clarify the issue, all (most?) of the things I want to do can be accomplished with a more compatible template (or custom installation) on my site?&#60;/p&#62;
&#60;p&#62;Thanks again,&#60;/p&#62;
&#60;p&#62;Pam
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Need a box or a border or something to make forms &#34;stand out&#34;.  Any suggestions?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-a-box-or-a-border-or-something-to-make-forms-stand-out-any-suggestions#post-348486</link>
			<pubDate>Thu, 27 Jun 2013 16:36:12 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">348486@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Pam,&#60;/p&#62;
&#60;p&#62;I'm going to be honest. We can give you a snippet of CSS or two to implement, but your theme is going to cause some problems with your forms. Mostly I see lots of problem resulting from the CUFON (font replacement) script that replaces your fonts with images and looks like it's creating some spacing issues.&#60;/p&#62;
&#60;p&#62;Adding a border to your forms and a few things is easy enough. You can simply add a HTML field to the very end of your form and add something like this.. be sure to copy the surrounding style tags too.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]&#38;lt;style type=&#38;quot;text/css&#38;quot;&#38;gt;

body .gform_wrapper {
    border: 3px solid #E08FAA;
    background-color: #F3F3F3;
    padding: 30px 30px 0 30px;
    margin: 20px 0;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

body .gform_wrapper .gform_footer input.button.gform_button,
body .gform_wrapper .gform_footer input[type=&#38;quot;submit&#38;quot;] {
    background-color: #E08FAA;
    font-size: .75em !important;
}

&#38;lt;/style&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Once that's in there, you should get something more like these screenshots:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://i.imgur.com/PABKJEC.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/PABKJEC.jpg&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://i.imgur.com/rDsxj0o.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/rDsxj0o.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Of course I just grabbed some colors from your theme and used those. You might want tot tweak the CSS to do something different. Now, to compact things, you could use some of the &#34;ready classes&#34; applied to the fields in the form admin.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/css-ready-classes-for-gravity-forms/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/css-ready-classes-for-gravity-forms/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Using the &#34;left half&#34; and &#34;right half&#34; classes in some places will fill in the spaces to the right and give you a more compact layout. That's not too difficult to do without being a programmer or designer.&#60;/p&#62;
&#60;p&#62;Honestly though, if you really want to change things up, it might be in your best interest to hire a competent designer/developer for at least a short stint to polish things up for you.&#60;/p&#62;
&#60;p&#62;I would love to offer more design help but we don't do customizations or any type of contract work right now. We are a very small team and all of our resources are dedicated to improving our current products and developing new offerings.&#60;/p&#62;
&#60;p&#62;One of these sites might be a good place to start looking for a qualified WordPress developer to help you out.&#60;/p&#62;
&#60;p&#62;-----------------------------------------------------&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wpcandy.com/pros/experienced/with-gravity-forms/&#34; rel=&#34;nofollow&#34;&#62;http://wpcandy.com/pros/experienced/with-gravity-forms/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://jobs.wordpress.net/&#34; rel=&#34;nofollow&#34;&#62;http://jobs.wordpress.net/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.freelancer.com/hire/Wordpress&#34; rel=&#34;nofollow&#34;&#62;http://www.freelancer.com/hire/Wordpress&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://jobs.freelanceswitch.com/&#34; rel=&#34;nofollow&#34;&#62;http://jobs.freelanceswitch.com/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.wphired.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.wphired.com/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.krop.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.krop.com/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.sensationaljobs.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.sensationaljobs.com/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://premium.wpmudev.org/wpmu-jobs/&#34; rel=&#34;nofollow&#34;&#62;http://premium.wpmudev.org/wpmu-jobs/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://jobs.smashingmagazine.com/&#34; rel=&#34;nofollow&#34;&#62;http://jobs.smashingmagazine.com/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://build.codepoet.com/&#34; rel=&#34;nofollow&#34;&#62;http://build.codepoet.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;-----------------------------------------------------&#60;/p&#62;
&#60;p&#62;Best of luck.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pamsandall@gmail.com on "Need a box or a border or something to make forms &#34;stand out&#34;.  Any suggestions?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-a-box-or-a-border-or-something-to-make-forms-stand-out-any-suggestions#post-348213</link>
			<pubDate>Thu, 27 Jun 2013 13:07:23 +0000</pubDate>
			<dc:creator>pamsandall@gmail.com</dc:creator>
			<guid isPermaLink="false">348213@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;SInce I don't really understand code and rely heavily on plug-ins and a good template, I'm not sure how best to answer that.  I would like there to be at least a colored box or border.  Ideally?  I'd love to be able to change the layout, so it's not all in one row.  Maybe???  Insert photographs :).&#60;/p&#62;
&#60;p&#62;I don't want to exhaust the contributors here...is there a good couple of links?  I'm not afraid of learning.  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Need a box or a border or something to make forms &#34;stand out&#34;.  Any suggestions?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-a-box-or-a-border-or-something-to-make-forms-stand-out-any-suggestions#post-348064</link>
			<pubDate>Thu, 27 Jun 2013 11:24:37 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">348064@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Pam,&#60;/p&#62;
&#60;p&#62;Gravity Forms is set to inherit styles from your theme. So how your inputs look is being dictated by your theme. What specifically were you looking to do to your form inputs here and I can help provide you with some CSS to make it happen.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pamsandall@gmail.com on "Need a box or a border or something to make forms &#34;stand out&#34;.  Any suggestions?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-a-box-or-a-border-or-something-to-make-forms-stand-out-any-suggestions#post-347984</link>
			<pubDate>Thu, 27 Jun 2013 10:36:55 +0000</pubDate>
			<dc:creator>pamsandall@gmail.com</dc:creator>
			<guid isPermaLink="false">347984@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Disclaimer:  New to GF...NOT a programmer.  Help???&#60;/p&#62;
&#60;p&#62;I have created several forms and have been able to make them FUNCTION properly, but they look awful.  Most forms I have seen on other sites (including this one!!!) appear in boxes or with borders and/or a different background color to set them apart.  Mine look like clunky lines of text and visually confusing and unattractive.  I've tried changing the template from  my purchased one to a more simplified wp basic, but it made no different.  How do I get the  forms aesthetically pleasing and noticed?   &#60;/p&#62;
&#60;p&#62;Here's one of the links that has a form:  &#60;a href=&#34;http://www.pamelasandalldesign.com/edecorating/&#34; rel=&#34;nofollow&#34;&#62;http://www.pamelasandalldesign.com/edecorating/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I feel like I am simply missing something obvious but after spending several hours reading documentation, I'm no closer to a solution.  I've scoured the plug-ins, but it seems odd that I should be using a freebie third part plug-in to help boost a product I've paid for.  Any suggestions?  Links?  &#60;/p&#62;
&#60;p&#62;Appreciate the feedback.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
