<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: Help with header modification to Delicious theme pls.</title>
		<link>http://en.forums.wordpress.com/topic/help-with-header-modification-to-delicious-theme-pls</link>
		<description>WordPress.com Forums &#187; Topic: Help with header modification to Delicious theme pls.</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 15:48:33 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/help-with-header-modification-to-delicious-theme-pls" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "Help with header modification to Delicious theme pls."</title>
			<link>http://en.forums.wordpress.com/topic/help-with-header-modification-to-delicious-theme-pls#post-720170</link>
			<pubDate>Fri, 14 Oct 2011 02:44:56 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">720170@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>cvaldez74 on "Help with header modification to Delicious theme pls."</title>
			<link>http://en.forums.wordpress.com/topic/help-with-header-modification-to-delicious-theme-pls#post-720156</link>
			<pubDate>Fri, 14 Oct 2011 02:26:16 +0000</pubDate>
			<dc:creator>cvaldez74</dc:creator>
			<guid isPermaLink="false">720156@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>awesome, awesome, and awesome.  all worked perfectly!  </p>
<p>thanks a million!!!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Help with header modification to Delicious theme pls."</title>
			<link>http://en.forums.wordpress.com/topic/help-with-header-modification-to-delicious-theme-pls#post-720118</link>
			<pubDate>Fri, 14 Oct 2011 00:58:49 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">720118@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>For the width of the box around the site title, you can do this. Just adjust the 45px value as desired.</p>
<pre><code>#header .site-title {
width: 45px;
}</code></pre>
<p>To move the tagline to the left, just adjust the left value in #logo .site-description as below.</p>
<pre><code>#logo .site-description {
left: 60px;
}</code></pre>
<p>To move the slideshow up, try this.</p>
<pre><code>#logo {
padding-top: 0;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>cvaldez74 on "Help with header modification to Delicious theme pls."</title>
			<link>http://en.forums.wordpress.com/topic/help-with-header-modification-to-delicious-theme-pls#post-719820</link>
			<pubDate>Thu, 13 Oct 2011 20:46:19 +0000</pubDate>
			<dc:creator>cvaldez74</dc:creator>
			<guid isPermaLink="false">719820@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>when i use the tag/site description line, there's a mysterious blank space after the colon inside the border around the site title.  when i don't use it, it's not there.  there are no spaces where i typed the title in, i think it just showed up as a result of the length of the tag line/site description.  is there any way to eliminate that space?  if not, i'll just not use the title alone.  if so, read on...</p>
<p>i'd also like to eliminate the space between the title/tag line and the slideshow so that the menus line up with the slideshow as in the template design.  when i'm not using the tag line, everything lines up perfectly.  it's when i'm using the tag line that this blank space appears.</p>
<p>all in all, the tag line appears to be a troublemaker.  can he be tamed?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Help with header modification to Delicious theme pls."</title>
			<link>http://en.forums.wordpress.com/topic/help-with-header-modification-to-delicious-theme-pls#post-719738</link>
			<pubDate>Thu, 13 Oct 2011 18:39:04 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">719738@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oops, forgot the color and font style. Add these to the #logo .site-description</p>
<pre><code>color: #FF0000;
font-style: normal;</code></pre>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Help with header modification to Delicious theme pls."</title>
			<link>http://en.forums.wordpress.com/topic/help-with-header-modification-to-delicious-theme-pls#post-719735</link>
			<pubDate>Thu, 13 Oct 2011 18:36:49 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">719735@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.</p>
<p>Logo color.</p>
<pre><code>#header .site-title a {
color: #FF0000;
}</code></pre>
<p>Tagline.</p>
<pre><code>#logo .site-description {
left: 110px;
position: relative;
top: -20px;
}</code></pre>
<p>You can adjust the top and left values to position it where you want it. Also after getting it set, log out of wordpress and view your site to make sure it does not shift positions between being logged in and logged out. Sometimes using absolute and relative positioning can be a little tricky.
</p>
]]></description>
					</item>
		<item>
			<title>cvaldez74 on "Help with header modification to Delicious theme pls."</title>
			<link>http://en.forums.wordpress.com/topic/help-with-header-modification-to-delicious-theme-pls#post-719564</link>
			<pubDate>Thu, 13 Oct 2011 15:02:38 +0000</pubDate>
			<dc:creator>cvaldez74</dc:creator>
			<guid isPermaLink="false">719564@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thank you sir, worked perfectly!</p>
<p>can you help with two other modifications as well please?  also concerning the header, i'd like to change the title text to red as well (i tried a few diff. CSS codes but none worked) and i've added a tagline that i'd like to have running next to (not under) the site title.  i'd also like to have that text in red and not in italics.  is this possible?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Help with header modification to Delicious theme pls."</title>
			<link>http://en.forums.wordpress.com/topic/help-with-header-modification-to-delicious-theme-pls#post-719361</link>
			<pubDate>Thu, 13 Oct 2011 10:00:54 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">719361@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>1. Give this a try. You can also add padding-right and padding-left if you wish, adjust the top and bottom padding, and of course you can edit the color and width of the border.</p>
<pre><code>#header .site-title {
border: 4px solid #000000;
padding-bottom: 20px;
padding-top: 20px;
}</code></pre>
<p>2. Removing the footer credits is against the terms of service here at wordpress.com. You can make it a little less noticeable by making the color a little darker for the text, but don't go too dark or it can be view as being the same as "removing" it. Something like this maybe (original color was #888888).</p>
<pre><code>#footer #credit a, .fr {
color: #555555;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>cvaldez74 on "Help with header modification to Delicious theme pls."</title>
			<link>http://en.forums.wordpress.com/topic/help-with-header-modification-to-delicious-theme-pls#post-719183</link>
			<pubDate>Thu, 13 Oct 2011 02:57:29 +0000</pubDate>
			<dc:creator>cvaldez74</dc:creator>
			<guid isPermaLink="false">719183@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>i'm running the Delicious theme on my blog/site and i'm trying (unsuccessfully) to figure out how to do two things:</p>
<p>1. outline the title ("BE:") in the header with a simple black line/box; and<br />
2. delete the theme info at the bottom right corner of the home page.</p>
<p>any tips?
</p>
]]></description>
					</item>

	</channel>
</rss>
