<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.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>THE MOLITOR FORUMS &#187; Topic: Remove Post Subtitles</title>
		<link>http://www.themolitor.com/forums/topic/remove-post-subtitles</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Remove Post Subtitles</description>
		<language>en-US</language>
		<pubDate>Fri, 01 May 2026 12:40:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/remove-post-subtitles" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Remove Post Subtitles"</title>
			<link>http://www.themolitor.com/forums/topic/remove-post-subtitles#post-37216</link>
			<pubDate>Wed, 06 Jan 2016 09:28:26 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">37216@http://www.themolitor.com/forums/</guid>
			<description><p>Can also try this...</p>
<pre><code>.innerTopPanel h2 {display: none !importnat;}</code></pre>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Adriana on "Remove Post Subtitles"</title>
			<link>http://www.themolitor.com/forums/topic/remove-post-subtitles#post-37205</link>
			<pubDate>Tue, 05 Jan 2016 16:58:57 +0000</pubDate>
			<dc:creator>Adriana</dc:creator>
			<guid isPermaLink="false">37205@http://www.themolitor.com/forums/</guid>
			<description><p>Well maybe. Used "My custom code" and it worked but also blocks the code to remove the post page navigation Bread crumbs in the footer. x-D
</p></description>
		</item>
		<item>
			<title>Adriana on "Remove Post Subtitles"</title>
			<link>http://www.themolitor.com/forums/topic/remove-post-subtitles#post-37203</link>
			<pubDate>Tue, 05 Jan 2016 16:55:26 +0000</pubDate>
			<dc:creator>Adriana</dc:creator>
			<guid isPermaLink="false">37203@http://www.themolitor.com/forums/</guid>
			<description><p>No luck.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Remove Post Subtitles"</title>
			<link>http://www.themolitor.com/forums/topic/remove-post-subtitles#post-37155</link>
			<pubDate>Mon, 04 Jan 2016 10:54:06 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">37155@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I can confirm this is the correct styling need. I looked at your source code and see that your markup is not correct. It seems the "&#62;" character is displaying as "<code>&#38;</code>gt;".</p>
<p>Make sure you enter the character correctly. You might need to enter "<code>&#38;</code>gt;" instead of "&#62;".</p>
<p>Hope that helps.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Adriana on "Remove Post Subtitles"</title>
			<link>http://www.themolitor.com/forums/topic/remove-post-subtitles#post-37135</link>
			<pubDate>Sun, 03 Jan 2016 19:38:38 +0000</pubDate>
			<dc:creator>Adriana</dc:creator>
			<guid isPermaLink="false">37135@http://www.themolitor.com/forums/</guid>
			<description><p>Any other suggestions? My client wants these gone and is waiting on this last thing
</p></description>
		</item>
		<item>
			<title>Adriana on "Remove Post Subtitles"</title>
			<link>http://www.themolitor.com/forums/topic/remove-post-subtitles#post-37129</link>
			<pubDate>Fri, 01 Jan 2016 11:07:55 +0000</pubDate>
			<dc:creator>Adriana</dc:creator>
			<guid isPermaLink="false">37129@http://www.themolitor.com/forums/</guid>
			<description><p>No Luck. </p>
<p><a href="http://www.thecreativehigh.com/about-the-creative-high-2/" rel="nofollow">http://www.thecreativehigh.com/about-the-creative-high-2/</a>
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Remove Post Subtitles"</title>
			<link>http://www.themolitor.com/forums/topic/remove-post-subtitles#post-37119</link>
			<pubDate>Wed, 30 Dec 2015 10:20:11 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">37119@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try this...</p>
<pre><code>.innerTopPanel &#62; h2 {display: none;}</code></pre>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Adriana on "Remove Post Subtitles"</title>
			<link>http://www.themolitor.com/forums/topic/remove-post-subtitles#post-37114</link>
			<pubDate>Tue, 29 Dec 2015 18:20:11 +0000</pubDate>
			<dc:creator>Adriana</dc:creator>
			<guid isPermaLink="false">37114@http://www.themolitor.com/forums/</guid>
			<description><p>How do I remove the Post Subtitles? They seem unaffected by code I add. (posted by xxx on Dec, 12 in uncatorgoized)</p>
<p>I've tried:</p>
<p>.entry-footer {<br />
    display: none;<br />
}<br />
.entry-date {<br />
    display: none;<br />
}<br />
.entry-meta {<br />
    display: none;<br />
}<br />
.site-content .post-navigation {<br />
    display:none;<br />
}
</p></description>
		</item>

	</channel>
</rss>
