<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Remove gray lines @ section break / description</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Remove gray lines @ section break / description</description>
<language>en</language>
<pubDate>Tue, 05 May 2026 07:48:24 +0000</pubDate>

<item>
<title>williamansley on "Remove gray lines @ section break / description"</title>
<link>https://www.machform.com/forums/topic/remove-gray-lines-section-break-description#post-20677</link>
<pubDate>Thu, 10 Apr 2014 02:06:42 +0000</pubDate>
<dc:creator>williamansley</dc:creator>
<guid isPermaLink="false">20677@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;@ryanmilles: You can do this on a form-by-form basis by pasting the appropriate CSS snippets above into the Advanced CSS field of a custom theme and then assigning that theme to your form. See the documentation here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.appnitro.com/doc-theme-editor&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/doc-theme-editor&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Some trial and error will most likely be necessary.
&#60;/p&#62;</description>
</item>
<item>
<title>ryanmilles on "Remove gray lines @ section break / description"</title>
<link>https://www.machform.com/forums/topic/remove-gray-lines-section-break-description#post-20662</link>
<pubDate>Wed, 09 Apr 2014 03:25:02 +0000</pubDate>
<dc:creator>ryanmilles</dc:creator>
<guid isPermaLink="false">20662@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Is it possible to remove the dotted line on a per use basis, rather than adjusting/editing the css for the entire machform installation?  Perhaps using the custom CSS class field?
&#60;/p&#62;</description>
</item>
<item>
<title>ruslan on "Remove gray lines @ section break / description"</title>
<link>https://www.machform.com/forums/topic/remove-gray-lines-section-break-description#post-6860</link>
<pubDate>Fri, 07 Aug 2009 02:23:58 +0000</pubDate>
<dc:creator>ruslan</dc:creator>
<guid isPermaLink="false">6860@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks, it works!
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Remove gray lines @ section break / description"</title>
<link>https://www.machform.com/forums/topic/remove-gray-lines-section-break-description#post-6851</link>
<pubDate>Thu, 06 Aug 2009 10:13:32 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">6851@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;* To remove dotted line after the description, search for these CSS code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body .form_description
{
	border-bottom:1px dotted #ccc;
	clear:both;
	display:inline-block;
	margin:0 0 1em;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change it to&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body .form_description
{
	/*border-bottom:1px dotted #ccc;*/
	clear:both;
	display:inline-block;
	margin:0 0 1em;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;* To remove dotted line in section break, search for this CSS code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body form li.section_break
{
	border-top:1px dotted #ccc;
	margin-top:9px;
	padding-bottom:0;
	padding-left:9px;
	padding-top:13px;
	width:97% !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change to&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body form li.section_break
{
	/*border-top:1px dotted #ccc;*/
	margin-top:9px;
	padding-bottom:0;
	padding-left:9px;
	padding-top:13px;
	width:97% !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>ruslan on "Remove gray lines @ section break / description"</title>
<link>https://www.machform.com/forums/topic/remove-gray-lines-section-break-description#post-6850</link>
<pubDate>Thu, 06 Aug 2009 05:34:09 +0000</pubDate>
<dc:creator>ruslan</dc:creator>
<guid isPermaLink="false">6850@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;How can I remove the gray line that appears before every section break?&#60;/p&#62;
&#60;p&#62;OR&#60;/p&#62;
&#60;p&#62;How can I remove the gray line that appears after the description?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
