<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Tag: Telephone Number - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/telephone-number</link>
		<description>Support Forum - Tag: Telephone Number - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 17:23:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/telephone-number" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "How do I change colour of telephone number in Top Title Bar next to social icons"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-change-colour-of-telephone-number-in-top-title-bar-next-to-social-icons#post-68165</link>
			<pubDate>Sun, 29 Jul 2012 07:36:47 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">68165@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Thumper171,&#60;/p&#62;
&#60;p&#62;Try this code instead:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.social_bookmarks li,
.social_bookmarks li span {
   color: #190707 !important;
   font-size: 14px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Thumper1710 on "How do I change colour of telephone number in Top Title Bar next to social icons"</title>
			<link>http://www.kriesi.at/support/topic/how-do-i-change-colour-of-telephone-number-in-top-title-bar-next-to-social-icons#post-67942</link>
			<pubDate>Fri, 27 Jul 2012 12:49:42 +0000</pubDate>
			<dc:creator>Thumper1710</dc:creator>
			<guid isPermaLink="false">67942@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Need black as changed background but now doesn't stand out.&#60;/p&#62;
&#60;p&#62;Tried things like this in quick CSS.&#60;/p&#62;
&#60;p&#62;.small_header_info.meta-color,  .small_header_info.meta-color span {&#60;br /&#62;
   color: #190707 !important;&#60;br /&#62;
   font-size: 14px !important;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Customising the Header"</title>
			<link>http://www.kriesi.at/support/topic/customising-the-header#post-10883</link>
			<pubDate>Tue, 04 Jan 2011 09:45:25 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">10883@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
just replace following code in header.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h1 class=&#38;quot;logo ie6fix &#38;lt;?php echo $logoclass; ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_settings(&#38;#39;home&#38;#39;); ?&#38;gt;/&#38;quot;&#38;gt;&#38;lt;?php echo $logo; ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h1 class=&#38;quot;logo ie6fix &#38;lt;?php echo $logoclass; ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_settings(&#38;#39;home&#38;#39;); ?&#38;gt;/&#38;quot;&#38;gt;&#38;lt;?php echo $logo; ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;
&#38;lt;div id=&#38;quot;phone&#38;quot;&#38;gt;My number: 0000 0000 0000&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and add following i.e. following code to style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#phone{
position: absolute;
right:0px;
top:30px;
font-weight: bold;
font-size: 15px;
color: #777;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can adjust the position by changing the values of &#34;top&#34; and &#34;right&#34;. Change the font size, color, etc. as you like.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>madina on "Customising the Header"</title>
			<link>http://www.kriesi.at/support/topic/customising-the-header#post-10832</link>
			<pubDate>Sun, 02 Jan 2011 18:42:13 +0000</pubDate>
			<dc:creator>madina</dc:creator>
			<guid isPermaLink="false">10832@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, Is there a simple way of customising the header in the 'Display' Theme&#60;br /&#62;
All I desire is a telephone number top right above the menu.&#60;br /&#62;
I'm unsure if I would do this by using a widget somewhere or editing the file (Placing a graphic) in the header file?&#60;br /&#62;
Although I'm unsure which file this is exactly.&#60;/p&#62;
&#60;p&#62;Any suggestions would be very much appreciated. Thanks in advance!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
