<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Exploring The Internet &#187; change navigational bar background color</title> <atom:link href="http://www.learningwp.com/tag/change-navigational-bar-background-color/feed" rel="self" type="application/rss+xml" /><link>http://www.learningwp.com</link> <description>Exploring the web - Growing my experience toward my online business</description> <lastBuildDate>Tue, 20 Sep 2011 20:51:09 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0</generator> <item><title>How to Change Your Cutline Theme&#8217;s Background Color?</title><link>http://www.learningwp.com/how-to-change-your-cutline-themes-background-color.html</link> <comments>http://www.learningwp.com/how-to-change-your-cutline-themes-background-color.html#comments</comments> <pubDate>Sun, 28 Dec 2008 23:58:25 +0000</pubDate> <dc:creator>Lanna</dc:creator> <category><![CDATA[How to]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[WordPress Themes]]></category> <category><![CDATA[WordPress Tips]]></category> <category><![CDATA[change background color]]></category> <category><![CDATA[change navigational bar background color]]></category> <category><![CDATA[Cutline]]></category><guid isPermaLink="false">http://www.learningwp.com/?p=262</guid> <description><![CDATA[Although Cutline is not compatible with WordPress 2.7, I don&#8217;t plan to change it because I have customized this theme a lot for my blog. I upgraded my blog to WordPress 2.7 not long ago, I don&#8217;t see anything wrong with it yet. Maybe time will tell. Here are the steps that I&#8217;ve followed to [...]]]></description> <content:encoded><![CDATA[<p>Although <a title="Cutline" href="http://cutline.tubetorial.com/" target="_blank">Cutline</a> is not compatible with <em>WordPress 2.7</em>, I don&#8217;t plan to change it because I have customized this theme a lot for my blog. I <a title="Upgrade to WordPress 2.7? Ready?" href="http://www.learningwp.com/upgrade-to-wordpress-27-ready.html">upgraded my blog to WordPress 2.7</a> not long ago, I don&#8217;t see anything wrong with it yet. Maybe time will tell. Here are the steps that I&#8217;ve followed to change the background color in my <a title="Cutline" href="http://cutline.tubetorial.com/" target="_blank">Cutline</a> theme &#8211; by the way I am using<em> Cutline 3-Column Right</em>:</p><ul><li>Log in to your <em>WordPress 2.7</em> admin area.</li></ul><ul><li>Expand <em>Appearance</em> (at the left side bar)if it is collapsed.</li></ul><ul><li>Click on <em>Editor</em>/<em>Stylesheet</em>(<em>style.css)</em>, find <code>body { background: #fff;</code> and chang #fff to be any other color you like.</li></ul><ul><li>Now the problem is that your entire blog page color will be changed to whatever body color you&#8217;ve chosen. You need to find the following codes and add <span style="color: #cc66cc;">background: #fffff</span> to the end of each code (change fffff to be any other color you prefer). See the changes below:</li><table style="width: 460px; height: 30px; border: 1px solid #cccccc;" cellspacing="0" cellpadding="0" align="center"><tbody><tr><td style="background-color: #dddddd; width: 460px;"><p style="margin: 5pt 9pt; text-align: justify;"><code>#container { width: 970px; margin: 15px auto 0 auto; <span style="color: #cc66cc;">background: #fffff</span> }<br /> #content_box { width: 970px; text-align: left; float: left; clear: both; <span style="color: #cc66cc;">background: #fffff</span> }<br /> #content { width: 500px; padding: 0 20px 0 0; float: left; <span style="color: #cc66cc;">background: #fffff</span> }<br /> #sidebar { width: 210px; padding: 0 0 0 15px; float: left; <span style="color: #cc66cc;">background: #fffff</span> }<br /> #footer { width: 970px; padding: 1.2em 0 0 0; border-top: 2px solid #ccc; float: left; clear: both; <span style="color: #cc66cc;">background: #fffff</span> }</code></p></td></tr></tbody></table></ul><ul><li>Now if you check your blog, you will find out that your navigational bar background color is still the same as your theme&#8217;s body color. Search the following codes and do the same procedure as above step:</li><table style="width: 460px; height: 30px; border: 1px solid #cccccc;" cellspacing="0" cellpadding="0" align="center"><tbody><tr><td style="background-color: #dddddd; width: 460px;"><p style="margin: 5pt 15pt; text-align: justify;"><code>ul#nav { list-style: none; width: 970px; padding: 0 10px; background: url('images/hr_dot_black.gif') repeat-x; border-bottom: 3px solid #000; float: left; clear: both; <span style="color: #cc66cc;">background: #fffff</span> }<br /> ul#nav li { padding: 0.85em 40px 0.7em 0; font: bold 1.4em Helvetica, Arial, sans-serif; text-transform: uppercase; float: left; <span style="color: #cc66cc;">background: #fffff</span> }<br /> ul#nav li a, ul#nav li a:visited { color: #000; text-decoration: none; <span style="color: #cc66cc;">background: #fffff</span> }<br /> ul#nav li a:hover { color: #000; text-decoration: underline; <span style="color: #cc66cc;">background: #fffff</span> }<br /> ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: #090; text-decoration: underline; <span style="color: #cc66cc;">background: #fffff</span> }<br /> ul#nav li.rss { padding: 0.85em 0 0.7em 0; float: right; <span style="color: #cc66cc;">background: #fffff </span>}<br /> ul#nav li.rss a { padding: 0 18px 0 0; background: url('images/icon_rss.gif') 100% 50% no-repeat; <span style="color: #cc66cc;">background: #fffff</span> }<br /> </code></p></td></tr></tbody></table></ul><ul><li>The last thing you need to do is to give your template some left and right margins. How can you do that? Find the code and see the changes I&#8217;ve made for you:</li><table style="width: 460px; height: 30px; border: 1px solid #cccccc;" cellspacing="0" cellpadding="0" align="center"><tbody><tr><td style="background-color: #dddddd; width: 460px;"><p style="margin: 5pt 15pt; text-align: justify;"><code>#content { width: <span style="color: #cc66cc;">468px</span>; padding: 0 <span style="color: #cc66cc;">15px</span> 0 <span style="color: #cc66cc;">15px</span>; float: left; background: #fffff }</code></p></td></tr></tbody></table></ul><p>I also find out that I needed to change the number in my footer section. See the change below:</p><ul><table style="width: 460px; height: 30px; border: 1px solid #cccccc;" cellspacing="0" cellpadding="0" align="center"><tbody><tr><td style="background-color: #dddddd; width: 460px;"><p style="margin: 5pt 15pt; text-align: justify;"><code>#footer { width: <span style="color: #cc66cc;">955px</span>; padding: 1.2em 0 0 0; border-top: 2px solid #ccc; float: left; clear: both; background: #fffff }</code></p></td></tr></tbody></table></ul><p>Now go to check your blog again. Did it come out the way you like? Hope you enjoy it.</p><p>Update: On January 12, 2009, <a title="Cutline versions 2.2 and 1.4 3-Column" href="http://cutline.tubetorial.com/cutline-versions-22-and-14-3-column-released/" target="_blank">Cutline versions 2.2 and 1.4 3-Column</a> were released and they are compatible with <em>WordPress 2.7</em> since.</p><p><div style="float:left;width:100%;margin-right:1%;height:150px;"><a rel="nofollow" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=wordpress+complete&icep_item=250969858852&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=rss">The Complete Idiot's Guide to Wordpress by Susan Gunelius (2011, Paperback)</a><br /><table border="0" cellpadding="8"><tr><td><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=wordpress+complete&icep_item=250969858852&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=rss"><img border="0" src="http://thumbs.ebaystatic.com/pict/250969858852_0.jpg"></a></td><td><strong>US &#36;24.94</strong><br /> End Date: Wednesday Feb-08-2012 10:58:52 PST<br />Buy It Now for only: US &#36;24.94<br /><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=wordpress+complete&icep_item=250969858852&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=rss">Buy it now</a> | <a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&toolid=10005&campid=5336190399&customid=wordpress+complete&mpre=http%3A%2F%2Fcgi1.ebay.com%2Fws%2FeBayISAPI.dll%3FMfcISAPICommand%3DMakeTrack%26item%3D250969858852%26ssPageName%3DRSS%3AB%3ASRCH%3AUS%3A104">Add to watch list</a></td></tr></table></div><div style="float:left;width:100%;margin-right:1%;height:150px;"><a rel="nofollow" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=wordpress+complete&icep_item=170730919530&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=rss">WordPress 2.7 Complete</a><br /><table border="0" cellpadding="8"><tr><td><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=wordpress+complete&icep_item=170730919530&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=rss"><img border="0" src="http://thumbs.ebaystatic.com/pict/170730919530_0.jpg"></a></td><td><strong>US &#36;1.99</strong><br /> End Date: Tuesday Feb-14-2012 14:32:44 PST<br />Buy It Now for only: US &#36;1.99<br /><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=wordpress+complete&icep_item=170730919530&ipn=psmain&icep_vectorid=229466&kwid=902099&mtid=824&kw=rss">Buy it now</a> | <a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&toolid=10005&campid=5336190399&customid=wordpress+complete&mpre=http%3A%2F%2Fcgi1.ebay.com%2Fws%2FeBayISAPI.dll%3FMfcISAPICommand%3DMakeTrack%26item%3D170730919530%26ssPageName%3DRSS%3AB%3ASRCH%3AUS%3A104">Add to watch list</a></td></tr></table></div></p><div class="sociable"><div class="sociable_tagline"> <strong>Share and Enjoy:</strong></div><ul><li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html&amp;title=How%20to%20Change%20Your%20Cutline%20Theme%27s%20Background%20Color%3F&amp;bodytext=Although%20Cutline%20is%20not%20compatible%20with%20WordPress%202.7%2C%20I%20don%27t%20plan%20to%20change%20it%20because%20I%20have%20customized%20this%20theme%20a%20lot%20for%20my%20blog.%20I%20upgraded%20my%20blog%20to%20WordPress%202.7%20not%20long%20ago%2C%20I%20don%27t%20see%20anything%20wrong%20with%20it%20yet.%20Maybe%20time%20will%20tell.%20H" title="Digg"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html&amp;title=How%20to%20Change%20Your%20Cutline%20Theme%27s%20Background%20Color%3F&amp;notes=Although%20Cutline%20is%20not%20compatible%20with%20WordPress%202.7%2C%20I%20don%27t%20plan%20to%20change%20it%20because%20I%20have%20customized%20this%20theme%20a%20lot%20for%20my%20blog.%20I%20upgraded%20my%20blog%20to%20WordPress%202.7%20not%20long%20ago%2C%20I%20don%27t%20see%20anything%20wrong%20with%20it%20yet.%20Maybe%20time%20will%20tell.%20H" title="del.icio.us"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html&amp;t=How%20to%20Change%20Your%20Cutline%20Theme%27s%20Background%20Color%3F" title="Facebook"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html&amp;h=How%20to%20Change%20Your%20Cutline%20Theme%27s%20Background%20Color%3F" title="NewsVine"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html&amp;title=How%20to%20Change%20Your%20Cutline%20Theme%27s%20Background%20Color%3F" title="Reddit"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html&amp;title=How%20to%20Change%20Your%20Cutline%20Theme%27s%20Background%20Color%3F" title="StumbleUpon"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html&amp;title=How%20to%20Change%20Your%20Cutline%20Theme%27s%20Background%20Color%3F&amp;annotation=Although%20Cutline%20is%20not%20compatible%20with%20WordPress%202.7%2C%20I%20don%27t%20plan%20to%20change%20it%20because%20I%20have%20customized%20this%20theme%20a%20lot%20for%20my%20blog.%20I%20upgraded%20my%20blog%20to%20WordPress%202.7%20not%20long%20ago%2C%20I%20don%27t%20see%20anything%20wrong%20with%20it%20yet.%20Maybe%20time%20will%20tell.%20H" title="Google Bookmarks"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html&amp;submitHeadline=How%20to%20Change%20Your%20Cutline%20Theme%27s%20Background%20Color%3F&amp;submitSummary=Although%20Cutline%20is%20not%20compatible%20with%20WordPress%202.7%2C%20I%20don%27t%20plan%20to%20change%20it%20because%20I%20have%20customized%20this%20theme%20a%20lot%20for%20my%20blog.%20I%20upgraded%20my%20blog%20to%20WordPress%202.7%20not%20long%20ago%2C%20I%20don%27t%20see%20anything%20wrong%20with%20it%20yet.%20Maybe%20time%20will%20tell.%20H&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=How%20to%20Change%20Your%20Cutline%20Theme%27s%20Background%20Color%3F%20-%20http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html" title="Twitter"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html" title="Technorati"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html&amp;title=How%20to%20Change%20Your%20Cutline%20Theme%27s%20Background%20Color%3F" title="Live"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li><li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html&amp;title=How%20to%20Change%20Your%20Cutline%20Theme%27s%20Background%20Color%3F&amp;source=Exploring+The+Internet+Exploring+the+web+-+Growing+my+experience+toward+my+online+business&amp;summary=Although%20Cutline%20is%20not%20compatible%20with%20WordPress%202.7%2C%20I%20don%27t%20plan%20to%20change%20it%20because%20I%20have%20customized%20this%20theme%20a%20lot%20for%20my%20blog.%20I%20upgraded%20my%20blog%20to%20WordPress%202.7%20not%20long%20ago%2C%20I%20don%27t%20see%20anything%20wrong%20with%20it%20yet.%20Maybe%20time%20will%20tell.%20H" title="LinkedIn"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li><li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html&amp;t=How%20to%20Change%20Your%20Cutline%20Theme%27s%20Background%20Color%3F" title="MySpace"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li></ul></div> ]]></content:encoded> <wfw:commentRss>http://www.learningwp.com/how-to-change-your-cutline-themes-background-color.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: www.learningwp.com @ 2012-02-08 07:22:13 -->
