<?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>Using theme buttons for PayPal? &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/using-theme-buttons-for-paypal/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/using-theme-buttons-for-paypal/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 03:28:51 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/using-theme-buttons-for-paypal/#post-32234</guid>
					<title><![CDATA[Using theme buttons for PayPal?]]></title>
					<link>https://theme.co/archive/forums/topic/using-theme-buttons-for-paypal/#post-32234</link>
					<pubDate>Thu, 10 Apr 2014 19:55:00 +0000</pubDate>
					<dc:creator>Charan R</dc:creator>

					<description>
						<![CDATA[
						<p>Is there a way to substitute a standard PayPal button for one of the theme buttons?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/using-theme-buttons-for-paypal/#post-32256</guid>
					<title><![CDATA[Reply To: Using theme buttons for PayPal?]]></title>
					<link>https://theme.co/archive/forums/topic/using-theme-buttons-for-paypal/#post-32256</link>
					<pubDate>Thu, 10 Apr 2014 20:17:20 +0000</pubDate>
					<dc:creator>Support</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Charan,</p>
<p>Create PayPal payment link and add that link to theme buttons, you can find more about creating PayPal links at URL below.</p>
<p><a href="http://www.wikihow.com/Make-a-Paypal-Payment-Link" target="_blank" rel="nofollow">http://www.wikihow.com/Make-a-Paypal-Payment-Link</a></p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/using-theme-buttons-for-paypal/#post-32832</guid>
					<title><![CDATA[Reply To: Using theme buttons for PayPal?]]></title>
					<link>https://theme.co/archive/forums/topic/using-theme-buttons-for-paypal/#post-32832</link>
					<pubDate>Sat, 12 Apr 2014 02:56:46 +0000</pubDate>
					<dc:creator>Charan R</dc:creator>

					<description>
						<![CDATA[
						<p>Apologies. Not understanding. I have the paypal buttons created and posted to the site. Is there a way to select the button itself and substitute a theme button for the provided paypal button or is there a different process?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/using-theme-buttons-for-paypal/#post-32861</guid>
					<title><![CDATA[Reply To: Using theme buttons for PayPal?]]></title>
					<link>https://theme.co/archive/forums/topic/using-theme-buttons-for-paypal/#post-32861</link>
					<pubDate>Sat, 12 Apr 2014 05:28:46 +0000</pubDate>
					<dc:creator>Support</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Sorry for the confusion.</p>
<p>We can actually apply the button&#8217;s css code on the paypal button. First, we need to see the actual page with the paypal button. If you don&#8217;t mind, please post it here.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/using-theme-buttons-for-paypal/#post-33363</guid>
					<title><![CDATA[Reply To: Using theme buttons for PayPal?]]></title>
					<link>https://theme.co/archive/forums/topic/using-theme-buttons-for-paypal/#post-33363</link>
					<pubDate>Mon, 14 Apr 2014 14:59:15 +0000</pubDate>
					<dc:creator>Charan R</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://www.simran-singh.com/site/machu-picchu-2015/" rel="nofollow">http://www.simran-singh.com/site/machu-picchu-2015/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/using-theme-buttons-for-paypal/#post-33482</guid>
					<title><![CDATA[Reply To: Using theme buttons for PayPal?]]></title>
					<link>https://theme.co/archive/forums/topic/using-theme-buttons-for-paypal/#post-33482</link>
					<pubDate>Tue, 15 Apr 2014 01:39:33 +0000</pubDate>
					<dc:creator>Support</dc:creator>

					<description>
						<![CDATA[
						<p>H Charan!</p>
<p>THank you for using the theme!</p>
<p>First, remove the image on paypal code. It looks something like this:</p>
<pre><code>https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif
</code></pre>
<p>Add this on<strong> Customizer &gt; Custom &gt; CSS</strong>:</p>
<pre><code>form[target=&quot;paypal&quot;] input[type=&quot;image&quot;] {
display: block;
position: relative;
border: 1px solid #ac1100;
padding: 0.563em 1.125em 0.813em;
cursor: pointer;
font-size: 16px;
font-size: 1.6rem;
line-height: 1.3;
text-align: center;
vertical-align: middle;
color: white;
background-color: #ff2a13;
-webkit-transition: all 0.15s linear;
transition: all 0.15s linear;
margin-bottom: 0.25em;
text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
z-index: 0;
width: 200px;
height: 50px;
}

form[target=&quot;paypal&quot;] input[type=&quot;image&quot;]:before {
content: &#039;Add to Cart&#039;;
display: block;
width: 200px;
height: 50px;
z-index: 9999;
position: relative;
color: white;
}

form[target=&quot;paypal&quot;] input[type=&quot;image&quot;]:after {
content: &#039;&#039;;
}</code></pre>
<p>I hope that helps.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/using-theme-buttons-for-paypal/#post-369600</guid>
					<title><![CDATA[Reply To: Using theme buttons for PayPal?]]></title>
					<link>https://theme.co/archive/forums/topic/using-theme-buttons-for-paypal/#post-369600</link>
					<pubDate>Wed, 26 Aug 2015 05:47:17 +0000</pubDate>
					<dc:creator>MrsX</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/using-theme-buttons-for-paypal/#post-369677</guid>
					<title><![CDATA[Reply To: Using theme buttons for PayPal?]]></title>
					<link>https://theme.co/archive/forums/topic/using-theme-buttons-for-paypal/#post-369677</link>
					<pubDate>Wed, 26 Aug 2015 07:18:25 +0000</pubDate>
					<dc:creator>Nico</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome.</p>
<p>Let us know if you need anything else.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

