<?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: css changes - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/css-changes</link>
		<description>WordPress.com Forums &#187; Tag: css changes - Recent Posts</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 18:22:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/css-changes" rel="self" type="application/rss+xml" />

		<item>
			<title>starsbynight on "Mobile view displays no CSS changes using chunk theme"</title>
			<link>http://en.forums.wordpress.com/topic/mobile-view-displays-no-css-changes-using-chunk-theme#post-1060775</link>
			<pubDate>Mon, 05 Nov 2012 09:05:49 +0000</pubDate>
			<dc:creator>starsbynight</dc:creator>
			<guid isPermaLink="false">1060775@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yesterday I added an 'indiegogo' menu item with two drop down menus. I moved 'prices' to be under 'what we offer'. Now I find that on a mobile view I see the 'leave a comment' on side bar and the 'leave a reply' below my content. And all my widget icons different sizes and scattered and my menu is back to front - please note am viewing this from iphone perspective. Previous to my changes yesterday I was able to see my site as the same as my iPad and laptop with the CSS changes I had made. I tried to change it back (getting rid if indiegogo menu and placing 'prices' as a separate menu item) but even when I reverted it I still see on my iPhone the incorrect view. I can't see what I did different. I've also tried setting everything as 'mobile' view but that is incorrect too. A using chunk theme. Can someone help me please?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS changes to modify reply box colors &amp; button locations"</title>
			<link>http://en.forums.wordpress.com/topic/css-changes-to-modify-reply-box-colors-button-locations#post-691853</link>
			<pubDate>Wed, 07 Sep 2011 19:59:00 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">691853@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Would using the background color of the theme itself work? Here is an example as a starting point. This will remove the dark coloring from the comment form in the Motion theme: </p>
<pre><code>#commentform {
     position: relative;
}
.highlander-dark #respond #comment-form-comment, .highlander-dark #comment-form-share-text-padder {
     background: none !important;
     border: none !important;
     box-shadow: none !important;
}
.highlander-dark #respond .comment-form-service {
     background: none !important;
}
.highlander-dark #respond #comment-form-identity {
     background: none !important;
     border-top: none !important;
}
#comments #respond p.form-submit input {
     background: white;
}</code></pre>
<p>This will remove the dark coloring from the comment form in the Motion theme and also move the login buttons below the "Post Comment" button, but I would caution against doing it this way because when you use absolute positioning it can cause funky behavior for different browsers if you're not careful and it also may break if the login form layout is changed at any time such as if new options were to be added. If new options were added and it made the login section longer, then you would need to adjust the height and top declarations in this set of CSS: </p>
<pre><code>#commentform {
     height: 400px;
     position: relative;
}
.highlander-dark #respond #comment-form-comment, .highlander-dark #comment-form-share-text-padder {
     background: none !important;
     border: none !important;
     box-shadow: none !important;
}
.highlander-dark #respond .comment-form-service {
     background: none !important;
}
.highlander-dark #respond #comment-form-identity {
     background: none !important;
     border-top: none !important;
     position: absolute;
     top: 230px;
     width: 640px;
}
#comments #respond p.form-submit input {
     background: white;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS changes to modify reply box colors &amp; button locations"</title>
			<link>http://en.forums.wordpress.com/topic/css-changes-to-modify-reply-box-colors-button-locations#post-691822</link>
			<pubDate>Wed, 07 Sep 2011 19:27:29 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">691822@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Are you certain you want to change the colors? The colors as they are right now, match up with the dark theme color layout in the Motion theme. The comment form color scheme matches the footer widgets. </p>
<p>The submit button is below the login buttons because you must log in or submit guest details in order to leave a comment. Note that you can change the requirement on the Settings &#8594; Discussion page using the option that reads "Comment author must fill out name and e-mail", but that doesn't affect the look of the comment form, it just makes it so users don't have to fill out the login or guest options before clicking the "Post Comment" button.</p>
<p>I'm looking into ways to change the color and will post more details soon, but I wanted to at least first mention that I think the form looks good on your page as it is right now.
</p>
]]></description>
					</item>
		<item>
			<title>newsbird on "CSS changes to modify reply box colors &amp; button locations"</title>
			<link>http://en.forums.wordpress.com/topic/css-changes-to-modify-reply-box-colors-button-locations#post-691801</link>
			<pubDate>Wed, 07 Sep 2011 19:06:40 +0000</pubDate>
			<dc:creator>newsbird</dc:creator>
			<guid isPermaLink="false">691801@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi! The recent changes made by WP to the reply box are not making my readers happy. I have a dark theme so the reply box is black. I also hate that the submit button is below all the login buttons so we have to scroll down the page to get to click on that one.<br />
So I would need to know how to change the reply box background color (now black), the font colors for text and links in the reply, and how to move the the location of the submit button so it's at the same level as all the login buttons..</p>
<p>The WP  current design makes no sense: my readers only login once a day but leave more than one comment so why is the reply submit button placed so far down that we usually have to scroll down to see it???</p>
<p>Thanks for any help!
</p>
]]></description>
					</item>

	</channel>
</rss>
