<?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: Questions about the content of the theme</title>
		<link>http://www.themolitor.com/forums/topic/questions-about-the-content-of-the-theme</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Questions about the content of the theme</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 09:55:11 +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/questions-about-the-content-of-the-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Questions about the content of the theme"</title>
			<link>http://www.themolitor.com/forums/topic/questions-about-the-content-of-the-theme#post-42375</link>
			<pubDate>Thu, 26 Oct 2017 13:44:40 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">42375@http://www.themolitor.com/forums/</guid>
			<description><p>Awesome :-)
</p></description>
		</item>
		<item>
			<title>focuspulling on "Questions about the content of the theme"</title>
			<link>http://www.themolitor.com/forums/topic/questions-about-the-content-of-the-theme#post-42370</link>
			<pubDate>Thu, 26 Oct 2017 13:25:31 +0000</pubDate>
			<dc:creator>focuspulling</dc:creator>
			<guid isPermaLink="false">42370@http://www.themolitor.com/forums/</guid>
			<description><p>You rock, thank you; it would have been interesting to be able to control alignment of the bar, but the padding solution mooted my immediate concern on that front.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Questions about the content of the theme"</title>
			<link>http://www.themolitor.com/forums/topic/questions-about-the-content-of-the-theme#post-42367</link>
			<pubDate>Thu, 26 Oct 2017 13:14:18 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">42367@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try this...</p>
<pre><code>#page-title {
    padding-bottom: 0px;
}</code></pre>
<p>Regarding alignment, that's an absolutely positioned element, so text-align would not have an impact. Are you seeing an alignment issue with the bar?</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>focuspulling on "Questions about the content of the theme"</title>
			<link>http://www.themolitor.com/forums/topic/questions-about-the-content-of-the-theme#post-42352</link>
			<pubDate>Sun, 22 Oct 2017 18:17:39 +0000</pubDate>
			<dc:creator>focuspulling</dc:creator>
			<guid isPermaLink="false">42352@http://www.themolitor.com/forums/</guid>
			<description><p>In regards to removing the white bar, is there then accordingly a way to close up the blank space it leaves in its absence?</p>
<p>And how about a command to align the white bar universally?  I tried this following but it didn't work:</p>
<p>#page-title::after {align: center;}
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Questions about the content of the theme"</title>
			<link>http://www.themolitor.com/forums/topic/questions-about-the-content-of-the-theme#post-40502</link>
			<pubDate>Thu, 10 Nov 2016 10:34:35 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">40502@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p><strong>1. Is it possible to change the background images?</strong></p>
<p>Yes, you can change the background by assigning a <a href="http://www.themolitor.com/help/vysual/#featuredImage">featured image</a>.</p>
<p><strong>2. Can I remove white bar?</strong></p>
<p>Yes, add the following to your Custom CSS box on the Customize page...</p>
<pre><code>#page-title::after {display: none;}</code></pre>
<p><strong>3. Can I change the background for category pages?</strong></p>
<p>No, WordPress does not have a custom image option for category pages.</p>
<p><strong>4. How do I change the text color?</strong></p>
<p>Here is the current color styling for the text element you pointed to...</p>
<pre><code>h1, h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited, h5, h5 a, h5 a:visited, h6, h6 a, h6 a:visited {
    color: #fafafa;
}</code></pre>
<p>You can copy/paste the above into the Custom CSS box on the Customize page and make edits to the color setting there.</p>
<p><strong>5. How do I remove the text in the lower right corner?</strong></p>
<p>Add the following to your Custom CSS box on the Customize page...</p>
<pre><code>.video-page-post,
#imgInfo {display: none;}</code></pre>
<p>Hope that helps!</p>
<p>If you need additional help with this, I'll have to ask that you submit a request for custom services as my standard support does not include customization services like this: <a href="http://www.themolitor.com/custom" rel="nofollow">http://www.themolitor.com/custom</a></p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>Doehri on "Questions about the content of the theme"</title>
			<link>http://www.themolitor.com/forums/topic/questions-about-the-content-of-the-theme#post-40499</link>
			<pubDate>Wed, 09 Nov 2016 04:07:07 +0000</pubDate>
			<dc:creator>Doehri</dc:creator>
			<guid isPermaLink="false">40499@http://www.themolitor.com/forums/</guid>
			<description><p>Dear chris I have a few questions is it possible to change the background from the post page, for exemple the front page has a slide show but the post page has the same slide show it seems that they can't be separated if I selected video as post page how do I change that?</p>
<p>And how do I change the text color from the post page I posted a page screen to chek what I mean.<br />
I have so many questions so I sent a lot of page screen  with texts and questions i hope you don't mind.</p>
<p>Chek this first link<br />
<a href="http://img120.imagevenue.com/img.php?image=669981922_Contactpagewhiteline_122_78lo.jpg" rel="nofollow">http://img120.imagevenue.com/img.php?image=669981922_Contactpagewhiteline_122_78lo.jpg</a></p>
<p>This is the back grond from the home page the same as the post page actually it's a slide show but I want to sepparate it<br />
<a href="http://img266.imagevenue.com/img.php?image=866998258_HomepageBackground1_122_498lo.jpg" rel="nofollow">http://img266.imagevenue.com/img.php?image=866998258_HomepageBackground1_122_498lo.jpg</a></p>
<p>Here i want to change the text collor from the post page and the post page back grond<br />
<a href="http://img227.imagevenue.com/img.php?image=669987731_PostPageBackground_122_420lo.jpg" rel="nofollow">http://img227.imagevenue.com/img.php?image=669987731_PostPageBackground_122_420lo.jpg</a><br />
<a href="http://img276.imagevenue.com/img.php?image=669988840_Postpagesettings_122_180lo.jpg" rel="nofollow">http://img276.imagevenue.com/img.php?image=669988840_Postpagesettings_122_180lo.jpg</a></p>
<p>Here i want to remove the tiny whine line i know the code in the CSS but after insert it remove the count down clock.<br />
<a href="http://img237.imagevenue.com/img.php?image=669984449_HomepageCountdownclock_122_545lo.jpg" rel="nofollow">http://img237.imagevenue.com/img.php?image=669984449_HomepageCountdownclock_122_545lo.jpg</a><br />
<a href="http://img11.imagevenue.com/img.php?image=866998385_HomepageCountdownclockisgone_122_17lo.jpg" rel="nofollow">http://img11.imagevenue.com/img.php?image=866998385_HomepageCountdownclockisgone_122_17lo.jpg</a></p>
<p>I want to remove the text and the tiny white line from my gallery page also the grey url.<br />
<a href="http://img106.imagevenue.com/img.php?image=673184720_Gallerypage_122_521lo.jpg" rel="nofollow">http://img106.imagevenue.com/img.php?image=673184720_Gallerypage_122_521lo.jpg</a><br />
<a href="http://img288.imagevenue.com/img.php?image=674458575_GalleryUrltext_122_534lo.jpg" rel="nofollow">http://img288.imagevenue.com/img.php?image=674458575_GalleryUrltext_122_534lo.jpg</a></p>
<p>here the index of my page screeen<br />
<a href="http://img276.imagevenue.com/galshow.php?gal=gallery_1478669989507_180lo&#038;format=show" rel="nofollow">http://img276.imagevenue.com/galshow.php?gal=gallery_1478669989507_180lo&#038;format=show</a></p>
<p>with these two page screen separately<br />
<a href="http://img288.imagevenue.com/img.php?image=674458575_GalleryUrltext_122_534lo.jpg" rel="nofollow">http://img288.imagevenue.com/img.php?image=674458575_GalleryUrltext_122_534lo.jpg</a><br />
<a href="http://img106.imagevenue.com/img.php?image=673184720_Gallerypage_122_521lo.jpg" rel="nofollow">http://img106.imagevenue.com/img.php?image=673184720_Gallerypage_122_521lo.jpg</a></p>
<p>Gr Doehri.
</p></description>
		</item>

	</channel>
</rss>
