<?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 shadow on all field?</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: How to remove shadow on all field?</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 00:17:19 +0000</pubDate>

<item>
<title>doralevich on "How to remove shadow on all field?"</title>
<link>https://www.machform.com/forums/topic/how-to-remove-shadow-on-all-field#post-22682</link>
<pubDate>Sun, 08 Feb 2015 23:25:22 +0000</pubDate>
<dc:creator>doralevich</dc:creator>
<guid isPermaLink="false">22682@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;This was exactly what I needed...&#60;br /&#62;
Thank you!
&#60;/p&#62;</description>
</item>
<item>
<title>Markstein on "How to remove shadow on all field?"</title>
<link>https://www.machform.com/forums/topic/how-to-remove-shadow-on-all-field#post-22557</link>
<pubDate>Tue, 20 Jan 2015 09:29:39 +0000</pubDate>
<dc:creator>Markstein</dc:creator>
<guid isPermaLink="false">22557@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Instead of the code above I posted above, use this code for the select boxes:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* Remove the outer border from all select boxes in this theme, modify the border radius and specify a height */
#main_body select.select {
border: 0px;
border-radius: 8px;
height: 28px;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>gmf3ooi on "How to remove shadow on all field?"</title>
<link>https://www.machform.com/forums/topic/how-to-remove-shadow-on-all-field#post-22551</link>
<pubDate>Mon, 19 Jan 2015 21:18:37 +0000</pubDate>
<dc:creator>gmf3ooi</dc:creator>
<guid isPermaLink="false">22551@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;The form : &#60;a href=&#34;http://malaysiafibre.com/mFf15to1m/view.php?id=10687&#34; rel=&#34;nofollow&#34;&#62;http://malaysiafibre.com/mFf15to1m/view.php?id=10687&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
</item>
<item>
<title>Markstein on "How to remove shadow on all field?"</title>
<link>https://www.machform.com/forums/topic/how-to-remove-shadow-on-all-field#post-22545</link>
<pubDate>Mon, 19 Jan 2015 10:35:23 +0000</pubDate>
<dc:creator>Markstein</dc:creator>
<guid isPermaLink="false">22545@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Do you have a link to your form so I can have a look?
&#60;/p&#62;</description>
</item>
<item>
<title>gmf3ooi on "How to remove shadow on all field?"</title>
<link>https://www.machform.com/forums/topic/how-to-remove-shadow-on-all-field#post-22542</link>
<pubDate>Sat, 17 Jan 2015 18:48:58 +0000</pubDate>
<dc:creator>gmf3ooi</dc:creator>
<guid isPermaLink="false">22542@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thank you so much Markstein and Kevinfernandes for your reply. This solve almost all my problems.&#60;/p&#62;
&#60;p&#62;I need a little more help on how to :&#60;/p&#62;
&#60;p&#62;1. Reduce the dropdown menu field height, so it has the same height as other text field.&#60;/p&#62;
&#60;p&#62;2. Reduce the 'country' height in Address field, so it has the same height as other text field ( postal ).&#60;/p&#62;
&#60;p&#62;Reference : &#60;a href=&#34;http://s24.postimg.org/kd6fnz5h1/Css_edit_machform.jpg&#34; rel=&#34;nofollow&#34;&#62;http://s24.postimg.org/kd6fnz5h1/Css_edit_machform.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you very much.
&#60;/p&#62;</description>
</item>
<item>
<title>Markstein on "How to remove shadow on all field?"</title>
<link>https://www.machform.com/forums/topic/how-to-remove-shadow-on-all-field#post-22508</link>
<pubDate>Tue, 13 Jan 2015 07:37:54 +0000</pubDate>
<dc:creator>Markstein</dc:creator>
<guid isPermaLink="false">22508@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;For the drop downs you would add the following:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* Remove the outer border from all select boxes in this theme */
#main_body select.select {
border: 0px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For the paragraph text area you would add the following:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* Remove the outer border from all paragraph text boxes in this theme */
#main_body textarea.textarea {
border: 0px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You could, of course, add the additional CSS for the border radius as I explained above for these as well.
&#60;/p&#62;</description>
</item>
<item>
<title>kevinfernandes on "How to remove shadow on all field?"</title>
<link>https://www.machform.com/forums/topic/how-to-remove-shadow-on-all-field#post-22505</link>
<pubDate>Mon, 12 Jan 2015 18:01:23 +0000</pubDate>
<dc:creator>kevinfernandes</dc:creator>
<guid isPermaLink="false">22505@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hello.&#60;br /&#62;
The code above removes the border from most fields but they remain on drop downs and paragraph text fields. How is it possible to remove / edit those also? Thank you.
&#60;/p&#62;</description>
</item>
<item>
<title>Markstein on "How to remove shadow on all field?"</title>
<link>https://www.machform.com/forums/topic/how-to-remove-shadow-on-all-field#post-22499</link>
<pubDate>Sun, 11 Jan 2015 12:01:09 +0000</pubDate>
<dc:creator>Markstein</dc:creator>
<guid isPermaLink="false">22499@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;It's actually quite simple to remove with a CSS adjustment. Open the theme that you have designated for your form. In the upper right click the arrow to find Advanced CSS. Enter the following:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* Remove the outer borders from all input fields in this theme */
#main_body input.text {
border: 0px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now if you'd like to play with the border radius on the fields you would add the following instead:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* Remove the outer borders from all input fields in this theme */
#main_body input.text {
border: 0px;
border-radius: 0px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change the 0px to your desired result for the border radius.
&#60;/p&#62;</description>
</item>
<item>
<title>Saghalie on "How to remove shadow on all field?"</title>
<link>https://www.machform.com/forums/topic/how-to-remove-shadow-on-all-field#post-22439</link>
<pubDate>Wed, 31 Dec 2014 10:30:12 +0000</pubDate>
<dc:creator>Saghalie</dc:creator>
<guid isPermaLink="false">22439@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yep, you'll have to use the theme editor to get rid of those.  You can apply a different theme to the form.  I suggest the default theme.  Or you can edit or create a new theme for your form and apply the theme to your new form.&#60;/p&#62;
&#60;p&#62;Or you might have to go in to the CSS of the form itself and find the shadow borders CSS code and change it there - although that's a needle in the haystack scenario.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Saghalie,&#60;br /&#62;
&#60;a href=&#34;http://www.kcmhosting.com&#34; rel=&#34;nofollow&#34;&#62;http://www.kcmhosting.com&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>gmf3ooi on "How to remove shadow on all field?"</title>
<link>https://www.machform.com/forums/topic/how-to-remove-shadow-on-all-field#post-22414</link>
<pubDate>Fri, 26 Dec 2014 16:23:41 +0000</pubDate>
<dc:creator>gmf3ooi</dc:creator>
<guid isPermaLink="false">22414@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thank you for reply.&#60;/p&#62;
&#60;p&#62;I already thoroughly try and search for the option to change that, before i post question at this forum. Try for about an hour..&#60;/p&#62;
&#60;p&#62;But still couldn't the way to do it.&#60;/p&#62;
&#60;p&#62;Please refer to the sample at appnitro.com : &#60;a href=&#34;http://www.appnitro.com/demo/view.php?id=1&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/demo/view.php?id=1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;All fields also have shadow around the field box.&#60;/p&#62;
&#60;p&#62;Please guide me.&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
</item>
<item>
<title>Saghalie on "How to remove shadow on all field?"</title>
<link>https://www.machform.com/forums/topic/how-to-remove-shadow-on-all-field#post-22410</link>
<pubDate>Fri, 26 Dec 2014 12:31:11 +0000</pubDate>
<dc:creator>Saghalie</dc:creator>
<guid isPermaLink="false">22410@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;The best way I believe is to use the theme editor and assign it to that form.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Saghalie&#60;br /&#62;
&#60;a href=&#34;http://www.kcmhosting.com&#34; rel=&#34;nofollow&#34;&#62;http://www.kcmhosting.com&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>gmf3ooi on "How to remove shadow on all field?"</title>
<link>https://www.machform.com/forums/topic/how-to-remove-shadow-on-all-field#post-22409</link>
<pubDate>Thu, 25 Dec 2014 23:20:24 +0000</pubDate>
<dc:creator>gmf3ooi</dc:creator>
<guid isPermaLink="false">22409@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Please guide me on how to remove shadow on all field in the form?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://s3.postimg.org/smcn0l8pv/Screen_Shot_2014_12_26_at_12_06_04_AM.png&#34; rel=&#34;nofollow&#34;&#62;http://s3.postimg.org/smcn0l8pv/Screen_Shot_2014_12_26_at_12_06_04_AM.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
