<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									How to get rid of white line above form - How-to and Troubleshooting				            </title>
            <link>https://wpdiscuz.com/community/troubleshooting/how-to-get-rid-of-white-line-above-form/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 13 Sep 2026 01:52:35 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How to get rid of white line above form</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/how-to-get-rid-of-white-line-above-form/#post-28824</link>
                        <pubDate>Thu, 19 Jun 2025 11:09:52 +0000</pubDate>
                        <description><![CDATA[It works perfect! Thanks a lot!
 
Jos]]></description>
                        <content:encoded><![CDATA[<p>It works perfect! Thanks a lot!</p>
<p> </p>
<p>Jos</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>joslammers</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/how-to-get-rid-of-white-line-above-form/#post-28824</guid>
                    </item>
				                    <item>
                        <title>RE: How to get rid of white line above form</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/how-to-get-rid-of-white-line-above-form/#post-28823</link>
                        <pubDate>Thu, 19 Jun 2025 11:08:35 +0000</pubDate>
                        <description><![CDATA[@joslammers 
Yes, both are border-bottom properties. The code is correct. Please check it.]]></description>
                        <content:encoded><![CDATA[<p>@joslammers </p>
<p>Yes, both are border-bottom properties. The code is correct. Please check it. </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/how-to-get-rid-of-white-line-above-form/#post-28823</guid>
                    </item>
				                    <item>
                        <title>RE: How to get rid of white line above form</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/how-to-get-rid-of-white-line-above-form/#post-28822</link>
                        <pubDate>Thu, 19 Jun 2025 11:05:18 +0000</pubDate>
                        <description><![CDATA[Thanks! Is it twice &#039;bottom&#039; or should one be &#039;top&#039;?]]></description>
                        <content:encoded><![CDATA[<p>Thanks! Is it twice 'bottom' or should one be 'top'?</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>joslammers</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/how-to-get-rid-of-white-line-above-form/#post-28822</guid>
                    </item>
				                    <item>
                        <title>RE: How to get rid of white line above form</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/how-to-get-rid-of-white-line-above-form/#post-28820</link>
                        <pubDate>Thu, 19 Jun 2025 10:44:22 +0000</pubDate>
                        <description><![CDATA[@joslammers 
Please find the solutions below: 
1. Remove lines: 
#wpdcom .wpd-form-head {
   border-bottom: none;
}

#wpdcom .wpd-thread-head {
   border-bottom: none;
}
 2. Change...]]></description>
                        <content:encoded><![CDATA[<p>@joslammers </p>
<p>Please find the solutions below: </p>
<p>1. Remove lines: </p>
<pre contenteditable="false">#wpdcom .wpd-form-head {
   border-bottom: none;
}

#wpdcom .wpd-thread-head {
   border-bottom: none;
}</pre>
<p> 2. Change color of the lines: </p>
<pre contenteditable="false">#wpdcom .wpd-form-head {
    border-bottom-color: ***#000*** !important;
}

#wpdcom .wpd-thread-head {
   border-bottom-color: ***#000*** !important;
}</pre>
<p>Insert the code in the "Custom CSS code" textarea, located in the Dashboard &gt; wpDiscuz &gt; Settings &gt; Styles &amp; Colors admin page.<br /><br />The red-marked value can be changed as you like.</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/how-to-get-rid-of-white-line-above-form/#post-28820</guid>
                    </item>
				                    <item>
                        <title>RE: How to get rid of white line above form</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/how-to-get-rid-of-white-line-above-form/#post-28817</link>
                        <pubDate>Thu, 19 Jun 2025 06:28:56 +0000</pubDate>
                        <description><![CDATA[As a nice alternative: how can I give both lines another color?
Jos]]></description>
                        <content:encoded><![CDATA[<p>As a nice alternative: how can I give both lines another color?</p>
<p>Jos</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>joslammers</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/how-to-get-rid-of-white-line-above-form/#post-28817</guid>
                    </item>
				                    <item>
                        <title>How to get rid of white line above form</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/how-to-get-rid-of-white-line-above-form/#post-28814</link>
                        <pubDate>Wed, 18 Jun 2025 15:09:00 +0000</pubDate>
                        <description><![CDATA[Hi forum,
Is it possible to remove the white line above the comment form?

 Hope this shows what I mean?
If not, you can see the line here between the ppst and the form requesting for a ...]]></description>
                        <content:encoded><![CDATA[<p>Hi forum,</p>
<p>Is it possible to remove the white line above the comment form?</p>
4337
<p> Hope this shows what I mean?</p>
<p>If not, you can see the line here between the ppst and the form requesting for a reaction: https://www.joslammers.nl/2025/06/12/anders/</p>
<p>Thanks for helping out! It's getting more perfect every day :)</p>
<p>Jos</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>joslammers</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/how-to-get-rid-of-white-line-above-form/#post-28814</guid>
                    </item>
							        </channel>
        </rss>
		