<?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; Tag: Nishita - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/nishita</link>
		<description>WordPress.com Forums &#187; Tag: Nishita - Recent Posts</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 17:09:29 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/nishita" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Nishita - change color of custom menu links"</title>
			<link>http://en.forums.wordpress.com/topic/nishita-change-color-of-custom-menu-links#post-1249219</link>
			<pubDate>Tue, 30 Apr 2013 19:11:43 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1249219@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>There might be some things like visited link color at play here. Most themes also setup separate colors for things like current page. You should experiment. Try this first to see if it does the trick:</p>
<pre><code>#nav a, div.menu ul a {
	color: #fe4365;
}</code></pre>
<p>If it doesn't, we may have to look deeper into the CSS to find all the color rules the theme you're using started out with and then adjust them all in one swoop.
</p>
]]></description>
					</item>
		<item>
			<title>jaquelinephillips on "Remove Date Time Stamp on mobile version of Nishita"</title>
			<link>http://en.forums.wordpress.com/topic/remove-date-time-stamp-on-mobile-version-of-nishita#post-1248374</link>
			<pubDate>Tue, 30 Apr 2013 08:39:00 +0000</pubDate>
			<dc:creator>jaquelinephillips</dc:creator>
			<guid isPermaLink="false">1248374@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is there any way to remove my user name from this original post now? :-)
</p>
]]></description>
					</item>
		<item>
			<title>jaquelinephillips on "Remove Date Time Stamp on mobile version of Nishita"</title>
			<link>http://en.forums.wordpress.com/topic/remove-date-time-stamp-on-mobile-version-of-nishita#post-1248373</link>
			<pubDate>Tue, 30 Apr 2013 08:34:38 +0000</pubDate>
			<dc:creator>jaquelinephillips</dc:creator>
			<guid isPermaLink="false">1248373@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks guys.. I tried the code at  the end of my other custom CSS, included mobile theme, waited 30 minutes, did a mobile refresh &#38; the date stamp is still there. (i-phone 4) It's ok, I don't mind it that much actually. &#38; disabling the mobile theme brings me to the black background I prefer anyhow &#38; also removes the stamp. That works for me.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Help customizing Nishita theme"</title>
			<link>http://en.forums.wordpress.com/topic/help-customizing-nishita-theme#post-1243085</link>
			<pubDate>Fri, 26 Apr 2013 00:07:44 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1243085@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome.<br />
In my opinion you should also change the color of the <em>border</em> that shows when you hover over "Older posts" (or remove the border altogether).
</p>
]]></description>
					</item>
		<item>
			<title>ashbelle on "Help customizing Nishita theme"</title>
			<link>http://en.forums.wordpress.com/topic/help-customizing-nishita-theme#post-1243052</link>
			<pubDate>Thu, 25 Apr 2013 23:40:20 +0000</pubDate>
			<dc:creator>ashbelle</dc:creator>
			<guid isPermaLink="false">1243052@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you, justpi!  Those changes worked.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Help customizing Nishita theme"</title>
			<link>http://en.forums.wordpress.com/topic/help-customizing-nishita-theme#post-1243011</link>
			<pubDate>Thu, 25 Apr 2013 23:09:41 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1243011@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>1a. To change the color and the font size of the "Older posts" tab, add this in the CSS editor and change the values:<br />
<pre><code>.infinite-scroll #infinite-handle span {
    color: #123456;
    font-size: 13px;
}</code></pre>
<p>What exactly do you mean by "change the font […] <em>style</em>"?</p>
<p>1b. To change the hover colors, add this in the CSS editor and change the values:<br />
<pre><code>.infinite-scroll #infinite-handle span:hover {
    background-color: #456789;
    color: #123456;
}</code></pre>
<p>2. If I understand correctly, you don't want to change the menu items themselves, you want to change the heading of the page that shows up when you click on one of the items (make it look like the post titles). If so, paste this:<br />
<pre><code>h2.page-title {
    color: #FC9D9A;
    font-family: &#039;Lora&#039;,Georgia,&#039;Times New Roman&#039;,serif;
    font-size: 160%;
    font-style: italic;
    letter-spacing: 0.05em;
    text-transform: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>cupofchic on "Help customizing Nishita theme"</title>
			<link>http://en.forums.wordpress.com/topic/help-customizing-nishita-theme#post-1242940</link>
			<pubDate>Thu, 25 Apr 2013 22:21:45 +0000</pubDate>
			<dc:creator>cupofchic</dc:creator>
			<guid isPermaLink="false">1242940@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I appreciate your response, but I'm waiting for someone else with more CSS knowledge to chime in.  I am familiar with much CSS, but just need help in the areas I mentioned.  There are others who can answer my specific questions with the proper code.  Hoping they respond.
</p>
]]></description>
					</item>
		<item>
			<title>sammetheny on "Help customizing Nishita theme"</title>
			<link>http://en.forums.wordpress.com/topic/help-customizing-nishita-theme#post-1242906</link>
			<pubDate>Thu, 25 Apr 2013 21:56:54 +0000</pubDate>
			<dc:creator>sammetheny</dc:creator>
			<guid isPermaLink="false">1242906@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>CSS is a many-faceted language and it's worth your time to learn it starting with the basics. </p>
<p>The short answer to your question is: you would edit colors of a font in a specific location of the website by typing: </p>
<p>p {font-size: 12px; color:#000;}</p>
<p>where "p" means text in the paragraphs across the site. </p>
<p>But, that is just scratching the surface. </p>
<p>Learning how to style CSS on WordPress.com is discussed in this article in a lot more detail, a very good place to start! </p>
<p><a href="http://en.support.wordpress.com/custom-design/editing-css/" rel="nofollow">http://en.support.wordpress.com/custom-design/editing-css/</a>
</p>
]]></description>
					</item>
		<item>
			<title>ashbelle on "Help customizing Nishita theme"</title>
			<link>http://en.forums.wordpress.com/topic/help-customizing-nishita-theme#post-1242854</link>
			<pubDate>Thu, 25 Apr 2013 21:27:56 +0000</pubDate>
			<dc:creator>ashbelle</dc:creator>
			<guid isPermaLink="false">1242854@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have the custom design upgrade and my blog has been customized.  I need to know how to edit the CSS to achieve the two changes I mentioned.
</p>
]]></description>
					</item>
		<item>
			<title>sammetheny on "Help customizing Nishita theme"</title>
			<link>http://en.forums.wordpress.com/topic/help-customizing-nishita-theme#post-1242517</link>
			<pubDate>Thu, 25 Apr 2013 17:57:48 +0000</pubDate>
			<dc:creator>sammetheny</dc:creator>
			<guid isPermaLink="false">1242517@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, you can try the Custom Design upgrade to do exactly this. Look for this option on the top left of your blog toolbar. Go to your blog name &#62; Customize. A window will open at the right. Choose "Custom Design" and give it a try! There are many more options for colors, fonts, size, etc., if you go this route.
</p>
]]></description>
					</item>
		<item>
			<title>ashbelle on "Help customizing Nishita theme"</title>
			<link>http://en.forums.wordpress.com/topic/help-customizing-nishita-theme#post-1242338</link>
			<pubDate>Thu, 25 Apr 2013 16:11:59 +0000</pubDate>
			<dc:creator>ashbelle</dc:creator>
			<guid isPermaLink="false">1242338@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have a few items I cannot figure out. </p>
<p>1. At the bottom of my page, how do I customize the "older posts" area?  I would like the to change the font color, style, size, and the hover color.</p>
<p>2. How do I change the font (size, family, etc) of the titles for each of my menu items?  For instance, if you click on "about me" I want the heading to match my other post title headings.</p>
<p>Thank you.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Remove Date Time Stamp on mobile version of Nishita"</title>
			<link>http://en.forums.wordpress.com/topic/remove-date-time-stamp-on-mobile-version-of-nishita#post-1242218</link>
			<pubDate>Thu, 25 Apr 2013 15:04:00 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1242218@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@martinrowe, this thread is about the Nishita theme, and <a href="http://martinrowe.wordpress.com/" rel="nofollow">http://martinrowe.wordpress.com/</a> is using the Twenty Ten theme. Can you <a href="//en.forums.wordpress.com/forum/css-customization/#pos">please create a new help request in the CSS forum</a> with your question? Make sure to include a link to the WordPress.com blog you're working on and mention which theme you're using. CSS is theme specific.
</p>
]]></description>
					</item>
		<item>
			<title>martinrowe on "Remove Date Time Stamp on mobile version of Nishita"</title>
			<link>http://en.forums.wordpress.com/topic/remove-date-time-stamp-on-mobile-version-of-nishita#post-1237013</link>
			<pubDate>Mon, 22 Apr 2013 20:57:12 +0000</pubDate>
			<dc:creator>martinrowe</dc:creator>
			<guid isPermaLink="false">1237013@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>and blog categories? ...martinrowe.wordpress.com
</p>
]]></description>
					</item>
		<item>
			<title>martinrowe on "Remove Date Time Stamp on mobile version of Nishita"</title>
			<link>http://en.forums.wordpress.com/topic/remove-date-time-stamp-on-mobile-version-of-nishita#post-1237011</link>
			<pubDate>Mon, 22 Apr 2013 20:56:06 +0000</pubDate>
			<dc:creator>martinrowe</dc:creator>
			<guid isPermaLink="false">1237011@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>how to get rid of "Posted on" wording?
</p>
]]></description>
					</item>
		<item>
			<title>ashbelle on "Nishita - change color of custom menu links"</title>
			<link>http://en.forums.wordpress.com/topic/nishita-change-color-of-custom-menu-links#post-1236638</link>
			<pubDate>Mon, 22 Apr 2013 18:05:07 +0000</pubDate>
			<dc:creator>ashbelle</dc:creator>
			<guid isPermaLink="false">1236638@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Some more info, if I just add a category or something else in the custom menu, it looks fine.  It's only when I add a custom link that I get the gray box around the menu item and the font color is not right.
</p>
]]></description>
					</item>
		<item>
			<title>ashbelle on "Nishita - change color of custom menu links"</title>
			<link>http://en.forums.wordpress.com/topic/nishita-change-color-of-custom-menu-links#post-1236613</link>
			<pubDate>Mon, 22 Apr 2013 17:45:45 +0000</pubDate>
			<dc:creator>ashbelle</dc:creator>
			<guid isPermaLink="false">1236613@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi everyone. I would like my custom menu links across the top to be the same font color as my main title.  Additionally, I would like the background of each link to be white (same as the color that is already there.)  How can I do this?  Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>dcoleonline on "Remove Date Time Stamp on mobile version of Nishita"</title>
			<link>http://en.forums.wordpress.com/topic/remove-date-time-stamp-on-mobile-version-of-nishita#post-1231492</link>
			<pubDate>Thu, 18 Apr 2013 21:22:48 +0000</pubDate>
			<dc:creator>dcoleonline</dc:creator>
			<guid isPermaLink="false">1231492@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi Jaqueline,</p>
<p>I was able to hide the post date on the mobile theme using the same code provided by @kobenland below:</p>
<p><code>.mobile-theme .entry-date { display: none; }</code></p>
<p>Just make sure that when you customize your CSS that you select the "Include this CSS in the Mobile Theme" option. You might experience a delay in seeing it properly on the mobile device, so I would wait a few minutes before checking it.
</p>
]]></description>
					</item>
		<item>
			<title>mikeosbornphoto on "Change background colour for comments"</title>
			<link>http://en.forums.wordpress.com/topic/change-background-colour-for-comments#post-1223653</link>
			<pubDate>Sun, 14 Apr 2013 14:46:41 +0000</pubDate>
			<dc:creator>mikeosbornphoto</dc:creator>
			<guid isPermaLink="false">1223653@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi Kathryn,<br />
Many thanks for replying. Another member was kind enough to supply this code, and it certainly does work. Much appreciated,</p>
<p>With best wishes,<br />
Mike
</p>
]]></description>
					</item>
		<item>
			<title>kathrynwp on "Change background colour for comments"</title>
			<link>http://en.forums.wordpress.com/topic/change-background-colour-for-comments#post-1223617</link>
			<pubDate>Sun, 14 Apr 2013 14:02:50 +0000</pubDate>
			<dc:creator>kathrynwp</dc:creator>
			<guid isPermaLink="false">1223617@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there - if you'd like to put a white background behind the entire comments area, you can add this to your custom CSS:</p>
<pre><code>#comments {
 background-color: #ffffff !important;
}</code></pre>
<p>Let me know if this does the trick.</p>
<p>If you need more help with CSS, feel free to post in our <a href="http://en.forums.wordpress.com/forum/css-customization">CSS Customization forum.</a>
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Change colour for comment boxes - Nishita"</title>
			<link>http://en.forums.wordpress.com/topic/change-colour-for-comment-boxes-nishita#post-1217792</link>
			<pubDate>Wed, 10 Apr 2013 17:17:27 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1217792@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome, Mike.
</p>
]]></description>
					</item>
		<item>
			<title>mikeosbornphoto on "Change colour for comment boxes - Nishita"</title>
			<link>http://en.forums.wordpress.com/topic/change-colour-for-comment-boxes-nishita#post-1217784</link>
			<pubDate>Wed, 10 Apr 2013 17:15:40 +0000</pubDate>
			<dc:creator>mikeosbornphoto</dc:creator>
			<guid isPermaLink="false">1217784@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi thesacredpath,<br />
Brilliant. Job done and looks a whole lot better. Many thanks for responding to my plea - much appreciated.</p>
<p>Best wishes,<br />
Mike
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Change colour for comment boxes - Nishita"</title>
			<link>http://en.forums.wordpress.com/topic/change-colour-for-comment-boxes-nishita#post-1217739</link>
			<pubDate>Wed, 10 Apr 2013 16:55:28 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1217739@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This will take away the background color and dark border and let the light grey of the content area show through.</p>
<pre><code>.byuser article {
background: none;
border: none;
}</code></pre>
<p>If you want white backgrounds to the comments (replacing the black) then use the following instead.</p>
<pre><code>.byuser article {
background: #FFFFFF;
border: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>mikeosbornphoto on "Change colour for comment boxes - Nishita"</title>
			<link>http://en.forums.wordpress.com/topic/change-colour-for-comment-boxes-nishita#post-1217287</link>
			<pubDate>Wed, 10 Apr 2013 10:42:28 +0000</pubDate>
			<dc:creator>mikeosbornphoto</dc:creator>
			<guid isPermaLink="false">1217287@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello there,<br />
I recently changed to a lighter colour scheme for my Nishita-themed blog. One snag - contributors' comments are now framed in a dark box, which makes them hard to read and is ugly to the eye:</p>
<p><a href="http://mikeosbornphoto.com/2013/04/07/white-city-portrait/#comments" rel="nofollow">http://mikeosbornphoto.com/2013/04/07/white-city-portrait/#comments</a></p>
<p>I'd like all the comments to appear on a plain white background, like Chris Kemp's in the above example.</p>
<p>I understand with my customised upgrade I need to alter some code in the CSS. Would anyone be able to tell me what this is?</p>
<p>Many thanks for your help,<br />
Mike
</p>
]]></description>
					</item>
		<item>
			<title>mikeosbornphoto on "Change background colour for comments"</title>
			<link>http://en.forums.wordpress.com/topic/change-background-colour-for-comments#post-1215774</link>
			<pubDate>Tue, 09 Apr 2013 15:45:27 +0000</pubDate>
			<dc:creator>mikeosbornphoto</dc:creator>
			<guid isPermaLink="false">1215774@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello there,<br />
I recently changed to a lighter colour scheme for my Nishita-themed blog. One snag - contributors' comments are now framed in a dark box, which makes them hard to read and is ugly to the eye:</p>
<p><a href="http://mikeosbornphoto.com/2013/04/07/white-city-portrait/#comments" rel="nofollow">http://mikeosbornphoto.com/2013/04/07/white-city-portrait/#comments</a></p>
<p>I'd like all the comments to appear on a plain white background, like Chris Kemp's in the above example.</p>
<p>I understand with my customised upgrade I need to alter some code in the CSS. Would anyone be able to tell me what this is?</p>
<p>Many thanks for your help,<br />
Mike
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Nishita Theme make tags date time stamp invisible"</title>
			<link>http://en.forums.wordpress.com/topic/nishita-theme-make-tags-date-time-stamp-invisible#post-1214943</link>
			<pubDate>Mon, 08 Apr 2013 23:00:43 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1214943@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ah, that's helpful to know (that you were referring to the mobile theme specifically). You can apply CSS to the mobile theme by going to Appearance → Custom Design → CSS  and making sure the "Mobile-compatible" setting is set to "Yes." Then you can target the mobile theme by starting your CSS selectors with </p>
<p><code>body.mobile-theme</code>
</p>
]]></description>
					</item>
		<item>
			<title>jaquelinephillips on "Nishita Theme make tags date time stamp invisible"</title>
			<link>http://en.forums.wordpress.com/topic/nishita-theme-make-tags-date-time-stamp-invisible#post-1214899</link>
			<pubDate>Mon, 08 Apr 2013 22:26:53 +0000</pubDate>
			<dc:creator>jaquelinephillips</dc:creator>
			<guid isPermaLink="false">1214899@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi.. The reason it's not appearing on mobile now is that I had to remove the mobile theme completely in order for it to not appear. This changes the look somewhat when using a mobile device (not as well set as the mobile theme) but I'm happy with it for now. :)
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Nishita Theme make tags date time stamp invisible"</title>
			<link>http://en.forums.wordpress.com/topic/nishita-theme-make-tags-date-time-stamp-invisible#post-1214851</link>
			<pubDate>Mon, 08 Apr 2013 22:00:14 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1214851@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Ok. I'm back! Reason being is; this worked on the computer version fine, but the date/time stamp still appears on mobile. Any way to correct that?</p></blockquote>
<p>I checked <a href="http://jaquelinephillips.wordpress.com/" rel="nofollow">http://jaquelinephillips.wordpress.com/</a> on my iPhone and I couldn't see the timestamp for posts on that home page. Is that where you're looking?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Nishita Theme make tags date time stamp invisible"</title>
			<link>http://en.forums.wordpress.com/topic/nishita-theme-make-tags-date-time-stamp-invisible#post-1214703</link>
			<pubDate>Mon, 08 Apr 2013 20:39:26 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1214703@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><a href="http://jaquelinephillips.wordpress.com/feed/" rel="nofollow">http://jaquelinephillips.wordpress.com/feed/</a> is a feed URL and is meant to be read by feed readers. CSS doesn't apply to feeds. To learn more about feeds, check out this help page:<br />
<a href="http://en.support.wordpress.com/feeds/" rel="nofollow">http://en.support.wordpress.com/feeds/</a>
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Titles of pages in Nishita"</title>
			<link>http://en.forums.wordpress.com/topic/titles-of-pages-in-nishita#post-1210568</link>
			<pubDate>Fri, 05 Apr 2013 15:02:28 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1210568@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>you are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>ayabenron on "Titles of pages in Nishita"</title>
			<link>http://en.forums.wordpress.com/topic/titles-of-pages-in-nishita#post-1210552</link>
			<pubDate>Fri, 05 Apr 2013 14:56:42 +0000</pubDate>
			<dc:creator>ayabenron</dc:creator>
			<guid isPermaLink="false">1210552@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thank you very much! it worked.
</p>
]]></description>
					</item>

	</channel>
</rss>
