<?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"

			>

	<channel>

		<title>Change CSS for WordPress Login button to match theme &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/change-css-for-wordpress-login-button-to-match-theme/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/change-css-for-wordpress-login-button-to-match-theme/feed/</link>
		<description></description>
		<lastBuildDate>Mon, 03 Nov 2025 09:01:54 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/change-css-for-wordpress-login-button-to-match-theme/#post-269494</guid>
					<title><![CDATA[Change CSS for WordPress Login button to match theme]]></title>
					<link>https://theme.co/archive/forums/topic/change-css-for-wordpress-login-button-to-match-theme/#post-269494</link>
					<pubDate>Sat, 09 May 2015 03:59:50 +0000</pubDate>
					<dc:creator>gignnn</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>First of all, thank you so much for the wonderful theme.  I&#8217;m amazed by its beauty and flexibility!  </p>
<p>I apologize in advance if any of the questions I ask are extremely novice in nature, but I don&#8217;t have a coding or frontend design background at all.  </p>
<p>How would I go about changing the CSS for the &#8220;Log In&#8221; button on the WordPress login page to match that of my theme?  I currently am using the Integrity stack and selected the 3D button design.  Thanks for your help!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-css-for-wordpress-login-button-to-match-theme/#post-269509</guid>
					<title><![CDATA[Reply To: Change CSS for WordPress Login button to match theme]]></title>
					<link>https://theme.co/archive/forums/topic/change-css-for-wordpress-login-button-to-match-theme/#post-269509</link>
					<pubDate>Sat, 09 May 2015 04:18:52 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>Thanks for writing in! You can add your own CSS styles but you will have to edit the CSS file in the &#8220;wp-admin/css/wp-admin.css&#8221;.</p>
<pre><code>
.login #wp-submit {
    background-color: transparent;
    border-width: 3px;
    color: #336699;
    width: 100px;
}
</code></pre>
<p>I would suggest you to use a plugin like Custom Login (<a href="https://wordpress.org/plugins/custom-login/" rel="nofollow">https://wordpress.org/plugins/custom-login/</a>) for this. </p>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

