<?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: How to: Remove rounded corners and border shadows in Machform 4.2 and up</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: How to: Remove rounded corners and border shadows in Machform 4.2 and up</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 21:02:23 +0000</pubDate>

<item>
<title>williamansley on "How to: Remove rounded corners and border shadows in Machform 4.2 and up"</title>
<link>https://www.machform.com/forums/topic/how-to-get-rid-of-rounded-corners-and-border-shadows-in-machform-42-and-up#post-22941</link>
<pubDate>Wed, 18 Mar 2015 00:02:43 +0000</pubDate>
<dc:creator>williamansley</dc:creator>
<guid isPermaLink="false">22941@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;@HeuF: Thank you for pointing that omission out! For what it's worth, I completely agree with you that Appnitro should add the ability to control these changes to the appearance of forms using the graphical user interface and that they shouldn't have made the changes without letting us know what they were going to do first, and I have told them so. I don't know if they will follow our suggestions, but I hope so.
&#60;/p&#62;</description>
</item>
<item>
<title>HeuF on "How to: Remove rounded corners and border shadows in Machform 4.2 and up"</title>
<link>https://www.machform.com/forums/topic/how-to-get-rid-of-rounded-corners-and-border-shadows-in-machform-42-and-up#post-22937</link>
<pubDate>Tue, 17 Mar 2015 03:50:45 +0000</pubDate>
<dc:creator>HeuF</dc:creator>
<guid isPermaLink="false">22937@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;@williamansley: Thanks again, but I miss:&#60;/p&#62;
&#60;p&#62;#form_container,#main_body h1{&#60;br /&#62;
  border-radius: 0px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;The border of the form.
&#60;/p&#62;</description>
</item>
<item>
<title>williamansley on "How to: Remove rounded corners and border shadows in Machform 4.2 and up"</title>
<link>https://www.machform.com/forums/topic/how-to-get-rid-of-rounded-corners-and-border-shadows-in-machform-42-and-up#post-22931</link>
<pubDate>Fri, 13 Mar 2015 01:25:27 +0000</pubDate>
<dc:creator>williamansley</dc:creator>
<guid isPermaLink="false">22931@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Machform 4.2 introduced a new appearance to the form fields; instead of having square corners, the corners are now rounded and instead of a simple line, the border is now surrounded by a shadow. In addition, drop down lists are now very slightly taller than text input boxes, making the address field, for example, look slightly misaligned. &#60;/p&#62;
&#60;p&#62;Some people don't like the new look. If you are one of those people, you can change the appearance of your forms to look like they did in Machform 4.1 or earlier by adding some CSS code to your Machform theme in the Advanced CSS Code text entry box. All thanks for the CSS code should go to forum member Markstein; I just put it all together. (Yuniar, perhaps you could make this message a &#34;sticky&#34;. Thank you.)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.appnitro.com/doc-theme-editor#add-css&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/doc-theme-editor#add-css&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;(If you are not using a theme for your form, you will have to create one. Make sure you apply this theme to your form after you create it.)&#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;Paste this code into the Advanced CSS Code text entry box, in addition to any CSS code your theme may already be using:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* Remove the outer borders from all input fields in this theme, make corners square */
#main_body input.text {
border: 0px;
border-radius: 0px;
}

/* Remove the outer border from all paragraph text boxes in this theme, make corners square */
#main_body textarea.textarea {
border: 0px;
border-radius: 0px;
}

/* Remove the outer border from all select boxes in this theme, make corners square and specify a height */
main_body select.select {
border: 0px;
border-radius: 0px;
height: 28px;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>

</channel>
</rss>
