<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: HTML5 displaying problems - cannot see check boxes or radio buttons</title>
		<link>https://legacy.forums.gravityhelp.com/topic/html5-displaying-problems-cannot-see-check-boxes-or-radio-buttons</link>
		<description>Gravity Support Forums Topic: HTML5 displaying problems - cannot see check boxes or radio buttons</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:10:34 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/html5-displaying-problems-cannot-see-check-boxes-or-radio-buttons" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "HTML5 displaying problems - cannot see check boxes or radio buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/html5-displaying-problems-cannot-see-check-boxes-or-radio-buttons#post-291999</link>
			<pubDate>Fri, 31 May 2013 06:04:37 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">291999@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In your theme's main.css file you have the following rule&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;input, textarea, button {
outline: none!important;
background: none;
border-radius: 0;
box-shadow: 0!important;
-webkit-appearance: none!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It is the -webkit-appearance: none!important; rule that is causing your problems, you can either remove that or you can add the following new rules lower down the file to override it&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .gfield input[type=radio] {
-webkit-appearance: radio !important;
}
.gform_wrapper .gfield input[type=checkbox] {
-webkit-appearance: checkbox !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lam09 on "HTML5 displaying problems - cannot see check boxes or radio buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/html5-displaying-problems-cannot-see-check-boxes-or-radio-buttons#post-291832</link>
			<pubDate>Fri, 31 May 2013 05:06:30 +0000</pubDate>
			<dc:creator>lam09</dc:creator>
			<guid isPermaLink="false">291832@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've been trying for months now to sort this and I really need help.  See the form here.  I've messed with the CSS and I just cant figure out how to get the radio buttons and check boxes to display.&#60;/p&#62;
&#60;p&#62;I love the way the form looks in preview, but when my sites style sheet is applied it wrecks the form.&#60;/p&#62;
&#60;p&#62;Is there anyway I can ask the form not to use my sites css but to use it's own?&#60;/p&#62;
&#60;p&#62;Here is the form:  &#60;a href=&#34;http://tinyurl.com/c9scdnu&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/c9scdnu&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
