<?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: Using WP Themes CSS Style?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/using-wp-themes-css-style</link>
		<description>Gravity Support Forums Topic: Using WP Themes CSS Style?</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 04:13:58 +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/using-wp-themes-css-style" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Using WP Themes CSS Style?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-wp-themes-css-style#post-14089</link>
			<pubDate>Wed, 08 Dec 2010 18:09:13 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14089@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have responded via email and corrected the CSS in your theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ilya on "Using WP Themes CSS Style?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-wp-themes-css-style#post-14088</link>
			<pubDate>Wed, 08 Dec 2010 17:47:07 +0000</pubDate>
			<dc:creator>Ilya</dc:creator>
			<guid isPermaLink="false">14088@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Info has been sent.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Using WP Themes CSS Style?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-wp-themes-css-style#post-14086</link>
			<pubDate>Wed, 08 Dec 2010 17:33:28 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14086@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you can send us a WordPress admin login for this site via our Contact Us form and reference this forum post we can take a look and determine what exactly is going wrong with the theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ilya on "Using WP Themes CSS Style?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-wp-themes-css-style#post-14085</link>
			<pubDate>Wed, 08 Dec 2010 17:23:30 +0000</pubDate>
			<dc:creator>Ilya</dc:creator>
			<guid isPermaLink="false">14085@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;pre&#62;&#60;code&#62;&#38;lt;?php
######################################################################
# PHP scripts
######################################################################
//wp-head hook, needed for plugins, do not delete
wp_head();

// single post comment reply script by wordpress
if ( is_singular() ) wp_enqueue_script( &#38;#39;comment-reply&#38;#39; );

#set the fonts and colors defined at the backend
$applyCustomFontTo = &#38;#39;#top h1, #top  h2, #top h3, #top  h4, #top  h5, #top  h6, #top  legend, #top .sliderheading, .big_button strong, .dynamicFont&#38;#39;;
$applyBackgroundColorTo = &#38;#39;div .dropcap2, div .dropcap3, div .dynamicBg, body .boxed, div .button, #top div .pagination a:hover&#38;#39;;
$applyFontColorTo = &#38;#39;div a, div a:hover&#38;#39;;

$k_option[&#38;#39;custom&#38;#39;][&#38;#39;styling&#38;#39;]-&#38;gt;set_cufon_font($applyCustomFontTo, $k_option[&#38;#39;general&#38;#39;][&#38;#39;font_heading&#38;#39;]);
$k_option[&#38;#39;custom&#38;#39;][&#38;#39;styling&#38;#39;]-&#38;gt;set_element_background($applyBackgroundColorTo);
$k_option[&#38;#39;custom&#38;#39;][&#38;#39;styling&#38;#39;]-&#38;gt;set_font_color($applyFontColorTo);
$k_option[&#38;#39;custom&#38;#39;][&#38;#39;styling&#38;#39;]-&#38;gt;show();
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This is what I have in my head.php &#38;amp; the output of css is on in the settings. The &#38;lt;?php wp_head(); ?&#38;gt;  command seems to be present so I'm not sure what to do now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ilya on "Using WP Themes CSS Style?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-wp-themes-css-style#post-14080</link>
			<pubDate>Wed, 08 Dec 2010 16:45:01 +0000</pubDate>
			<dc:creator>Ilya</dc:creator>
			<guid isPermaLink="false">14080@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, going to try to figure it out now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Using WP Themes CSS Style?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-wp-themes-css-style#post-14066</link>
			<pubDate>Wed, 08 Dec 2010 12:31:39 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14066@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your form doesn't look right because your theme isn't outputting the form stylesheet.  This is most likely because your theme is missing the wp_head() function call in the header.php file *OR* you have CSS output turned OFF in the Gravity Forms Settings page.&#60;/p&#62;
&#60;p&#62;- Check to make sure CSS output is turned ON by going to Forms &#38;gt; Settings in your WordPress navigation.&#60;/p&#62;
&#60;p&#62;- Check to make sure your themes header.php file includes the wp_head() function call.  For details on this sett this article:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Theme_Development&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Theme_Development&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ilya on "Using WP Themes CSS Style?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-wp-themes-css-style#post-14059</link>
			<pubDate>Wed, 08 Dec 2010 11:15:01 +0000</pubDate>
			<dc:creator>Ilya</dc:creator>
			<guid isPermaLink="false">14059@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm having difficulty understanding how to use the css style my theme already has for the forms. I want to maintain the same look but have no idea how to get it to work. Hope I'm not asking for too much.&#60;/p&#62;
&#60;p&#62;A form that comes with my theme, which is the look I want for my form &#60;a href=&#34;http://crazysigns.com.au/contact/&#34; rel=&#34;nofollow&#34;&#62;http://crazysigns.com.au/contact/&#60;/a&#62;. This is my form and as you can see it looks like shit haha &#60;a href=&#34;http://crazysigns.com.au/free-quote/&#34; rel=&#34;nofollow&#34;&#62;http://crazysigns.com.au/free-quote/&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
