<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[product customization]]></title><description><![CDATA[<p dir="auto">Hello Richard,<br />
I am wondering a few things, see this test product for example:<br />
<a href="https://rosereichart.com/product/test/" target="_blank" rel="noopener noreferrer nofollow ugc">https://rosereichart.com/product/test/</a></p>
<ol>
<li>how can I change the color of the line around the quantity in the single product?</li>
<li>how can I change the order of the shown information? For example how would I put the price and the button below the product description?<br />
Thank you</li>
</ol>
]]></description><link>https://laythemeforum.com/topic/7604/product-customization</link><generator>RSS for Node</generator><lastBuildDate>Sun, 13 Sep 2026 02:07:06 GMT</lastBuildDate><atom:link href="https://laythemeforum.com/topic/7604.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 02 Feb 2022 22:03:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to product customization on Mon, 07 Feb 2022 23:05:53 GMT]]></title><description><![CDATA[<h3>Dear <a class="plugin-mentions-user plugin-mentions-a" href="/user/bella">@<bdi>Bella</bdi></a></h3>
<h5>Best wishes &amp; hope you are well ✨</h5>
<ol>
<li>
<blockquote>
<p dir="auto">how can I change the color of the line around the quantity in the single product?</p>
</blockquote>
</li>
</ol>
<p dir="auto">It's actually three boxes with borders so the following code relates to all, let me know if it works for you<br />
(w e may need to specify the input-text with an ID if it affects other input-texts):</p>
<pre><code>.lay-woocommerce-qty-wrap *, .input-text {
    border-color:red !important;
}
</code></pre>
<p dir="auto">Result:<br />
<img src="/assets/uploads/files/1644273765824-screen-shot-2022-02-08-at-11.42.01-am-resized.png" alt="Screen Shot 2022-02-08 at 11.42.01 AM.png" class=" img-fluid img-markdown" /></p>
<hr />
<ol start="2">
<li>
<blockquote>
<p dir="auto">how can I change the order of the shown information? For example how would I put the price and the button below the product description?</p>
</blockquote>
</li>
</ol>
<p dir="auto">The following Code:</p>
<pre><code>&lt;script&gt;
window.laytheme.on("newpageshown", function(){

jQuery( ".cart" ).insertAfter( jQuery( ".lay-woocommerce-product-tab" ) );

});
&lt;/script&gt;
</code></pre>
<p dir="auto">Gives the result:<br />
<img src="/assets/uploads/files/1644274446802-screen-shot-2022-02-08-at-11.53.09-am-resized.png" alt="Screen Shot 2022-02-08 at 11.53.09 AM.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">This is added into Custom &lt;head&gt; Content in  Lay Options &gt; Custom CSS &amp; HTML &gt;</p>
<blockquote>
<p dir="auto"><a href="https://laytheme.com/documentation/custom-javascript.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://laytheme.com/documentation/custom-javascript.html</a></p>
</blockquote>
<p dir="auto">We also need a little space between the Quantity and Description now that they have been switched:</p>
<pre><code>.woocommerce div.product form.cart {
    margin-top: 50px;
}
</code></pre>
<hr />
<h5>Hope this helps Bella! 🏖</h5>
<h5>Richard</h5>
]]></description><link>https://laythemeforum.com/post/28321</link><guid isPermaLink="true">https://laythemeforum.com/post/28321</guid><dc:creator><![CDATA[Richard]]></dc:creator><pubDate>Mon, 07 Feb 2022 23:05:53 GMT</pubDate></item></channel></rss>