Quantcast
Channel: WordPress Tips and More » Plugins
Viewing all articles
Browse latest Browse all 3

How to Remove List Bullets from a Gravity Form

$
0
0

If you are using the Gravity Forms plugin for WordPress, the form you created may be displaying bullets that are not flattering to your form design.  If you did not add these bullets yourself, they are more than likely being inherited by your theme’s stylesheet.

To remove the list bullets, add the following to your theme’s stylesheet:

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 }

Gravity Forms is by far the best form creating plugin that I’ve used and well-worth investing the money to purchase it.  It is easy-to-install and once installed, it is really quick and easy to build your forms. 

This solution was originally posted by Kevin Flahaut on the Gravity support forum.  You can find his answer here.


Viewing all articles
Browse latest Browse all 3

Trending Articles