<?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: Custom CSS for Section titles</title>
		<link>https://legacy.forums.gravityhelp.com/topic/custom-css-for-section-titles</link>
		<description>Gravity Support Forums Topic: Custom CSS for Section titles</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 01:51:46 +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/custom-css-for-section-titles" rel="self" type="application/rss+xml" />

		<item>
			<title>UT RadOnc on "Custom CSS for Section titles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-for-section-titles#post-104598</link>
			<pubDate>Wed, 19 Dec 2012 15:41:35 +0000</pubDate>
			<dc:creator>UT RadOnc</dc:creator>
			<guid isPermaLink="false">104598@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you. :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Custom CSS for Section titles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-for-section-titles#post-104595</link>
			<pubDate>Wed, 19 Dec 2012 15:28:35 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">104595@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you were able to figure it out. All my best!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>UT RadOnc on "Custom CSS for Section titles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-for-section-titles#post-104594</link>
			<pubDate>Wed, 19 Dec 2012 15:26:48 +0000</pubDate>
			<dc:creator>UT RadOnc</dc:creator>
			<guid isPermaLink="false">104594@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Oh, I got it! It was a typo in my style.css. It's all working now. (blushing with embarrassment) Thank you very much for your help. :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>UT RadOnc on "Custom CSS for Section titles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-for-section-titles#post-104590</link>
			<pubDate>Wed, 19 Dec 2012 15:10:48 +0000</pubDate>
			<dc:creator>UT RadOnc</dc:creator>
			<guid isPermaLink="false">104590@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks again, David. It didn't change anything. I think for some reason the style.css isn't being accessed after all, which is what you suggested. I put a test style in that css file for some plain text and it didn't show up, so I'll have to investigate further to see what that problem is about. It might be the entire problem. I'll let you know what I find. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Custom CSS for Section titles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-for-section-titles#post-104549</link>
			<pubDate>Wed, 19 Dec 2012 13:23:08 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">104549@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Adding the following through Google Chrome's Inspect tool shows the change being applied. Can you try the following:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
color: red !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>UT RadOnc on "Custom CSS for Section titles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-for-section-titles#post-104542</link>
			<pubDate>Wed, 19 Dec 2012 13:00:29 +0000</pubDate>
			<dc:creator>UT RadOnc</dc:creator>
			<guid isPermaLink="false">104542@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David,&#60;/p&#62;
&#60;p&#62;Actually, default.css is imported into style.css, which is where I'm able to add customized styling. I believe this means default.css shouldn't need a css link in the header of its own.&#60;/p&#62;
&#60;p&#62;If you look at one of the section headings using Firebug, you'll see that there is an h2 style that originates in default.css, so it is being picked up. &#60;/p&#62;
&#60;p&#62;From what I can see, it seems that .gform_wrapper h2.gsection_title from the forms.css is overriding the font-weight and font-size of the default h2 styling. However, even when I put .gform_wrapper h2.gsection_title in style.css with {color: red !important;} it doesn't seem to override the default h2 font color.&#60;/p&#62;
&#60;p&#62;Wendy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Custom CSS for Section titles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-for-section-titles#post-104181</link>
			<pubDate>Tue, 18 Dec 2012 20:56:05 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">104181@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't see default.css being listed/pulled in your theme header file on that page. &#60;/p&#62;
&#60;p&#62;Can you put it in :&#60;br /&#62;
&#38;lt;link rel=&#34;stylesheet&#34; href=&#34;http://www.radonc.utoronto.ca/wp-content/themes/RadOnc/style.css?1355877566&#34; type=&#34;text/css&#34; /&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>UT RadOnc on "Custom CSS for Section titles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-for-section-titles#post-104154</link>
			<pubDate>Tue, 18 Dec 2012 18:34:44 +0000</pubDate>
			<dc:creator>UT RadOnc</dc:creator>
			<guid isPermaLink="false">104154@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David,&#60;/p&#62;
&#60;p&#62;I put that in my default.css. No change though.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Custom CSS for Section titles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-for-section-titles#post-104149</link>
			<pubDate>Tue, 18 Dec 2012 18:06:56 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">104149@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you try:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gsection_title {color: red !important;}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>UT RadOnc on "Custom CSS for Section titles"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-css-for-section-titles#post-104147</link>
			<pubDate>Tue, 18 Dec 2012 17:40:41 +0000</pubDate>
			<dc:creator>UT RadOnc</dc:creator>
			<guid isPermaLink="false">104147@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to restyle the section titles in a somewhat complex form, but nothing is working. I would like to try styling each section title differently, but righ tnow I'll settle just for being able to make them stand out in the same style.&#60;/p&#62;
&#60;p&#62;I tried using the CSS code from the Sample Targeting CSS (example for title below; copied into my theme's default.css), but nothing changes.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;body #gform_wrapper_10 .gform_body .gform_fields .gsection .gsection_title {color: red}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Using Firebug, it looks like the default h2 styling from my theme is overriding the h2 in the section code, but that string of styles looks so specific, I'm baffled why it's not touching it. I've tried creating a new class in default.css and putting the name of that class in the CSS Class Name field (Advanced tab). Obviously I'm doing something wrong but I guess I need help to figure it out.&#60;/p&#62;
&#60;p&#62;The test page of the form is here:&#60;br /&#62;
&#60;a href=&#34;http://www.radonc.utoronto.ca/test-page&#34; rel=&#34;nofollow&#34;&#62;http://www.radonc.utoronto.ca/test-page&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you in advance for the help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
