Archived topic
bullets showing up next to Gravity Forms fields
3 replies · Started by Glenn on April 17, 2017
Hello. For some reason bullets are showing up to the left of all my gravity forms fields using Generate Press (with premium). is there a simple way to disable that?
Hi there,
Can you provide a link to the page with the form?
Don't think GP would add something to the plugin but we can take a look for sure :)
I was able to make the bullets disappear with:
body .gform_wrapper form .gform_body ul,
body .gform_wrapper form .gform_body ul li {
list-style-type:none!important;
list-style-image:none!important;
list-style:none!important;
background-image:none!important;
background:none!important;
padding:0!important;
margin:0!important }
Glad you found the solution!