<?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: markerTitle color</title>
		<link>http://www.themolitor.com/forums/topic/markertitle-color</link>
		<description>THE MOLITOR FORUMS &#187; Topic: markerTitle color</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 12:39:39 +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/markertitle-color" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "markerTitle color"</title>
			<link>http://www.themolitor.com/forums/topic/markertitle-color#post-23996</link>
			<pubDate>Fri, 18 Oct 2013 11:53:16 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">23996@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>All market title styling is controlled on lines 295-337 of the style.css file...</p>
<pre><code>/*---MARKER TITLE POPUP---*/
.markerTitle {
	font-size:10px;
	color:#fff;
	width:120px;
	display: none;
	position: absolute;
	bottom: 32px;
	bottom: 0;
	left: -65px;
	padding:7px;
	text-align:center;
	border: 1px solid #000;
	background: #171717;
	background: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#171717));
	background: -moz-linear-gradient(top,  #323232,  #171717);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.markerTitle:before {
	border: 1px solid #333;
	border: 1px solid rgba(255,2555,255,.05);
	content:&#34;&#34;;
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	z-index: 0;
}
.markerTitle:after {
   content:&#34;&#34;;
   display:block;
   position:absolute;
   bottom:-7px;
   z-index: 1000;
   left:55px;
   width:0;
   border-width:8px 8px 0;
   border-style:solid;
   border-color:#171717 transparent;
}</code></pre>
<p>The <code>.markerTitle:before</code> part above is responsible for the arrow styling. It's using a CSS border method, so adjust the border color there.</p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>proba on "markerTitle color"</title>
			<link>http://www.themolitor.com/forums/topic/markertitle-color#post-23992</link>
			<pubDate>Fri, 18 Oct 2013 11:28:54 +0000</pubDate>
			<dc:creator>proba</dc:creator>
			<guid isPermaLink="false">23992@http://www.themolitor.com/forums/</guid>
			<description><p>I change color of #markerTitle and I am looking in source for arrow below markerTitle label.<br />
Is it image? How to change color of that arrow?
</p></description>
		</item>

	</channel>
</rss>
