Title: Bullets
Last modified: August 20, 2016

---

# Bullets

 *  Resolved [rebabaskett](https://wordpress.org/support/users/rebabaskett/)
 * (@rebabaskett)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/bullets-10/)
 * I have read so many topics on here and tried to use all the different types of
   css I could find but I can’t get rid of the bullets on the site.
    Here is one
   form: [http://www.covenantpres.com/contact/](http://www.covenantpres.com/contact/)
 * Please tell me how to get rid of the bullets. The only time I got rid of the 
   bullets it effectively took them from the whole site. Please just let me know
   what I need to add to my custom.css to get rid of these.
 * Thanks
 * [http://wordpress.org/extend/plugins/visual-form-builder/](http://wordpress.org/extend/plugins/visual-form-builder/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Matthew Muro](https://wordpress.org/support/users/mmuro/)
 * (@mmuro)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/bullets-10/#post-3526364)
 * This just takes a little bit of CSS. All you need to do is work in your browser’s
   inspector to figure out the rules superseding VFB’s.
 *     ```
       .entry .visual-form-builder ul li {
           list-style: none;
       }
       ```
   
 *  Thread Starter [rebabaskett](https://wordpress.org/support/users/rebabaskett/)
 * (@rebabaskett)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/bullets-10/#post-3526375)
 * I went into firebug and could not find it. All I can do is remove bullets completely
   from site which is not what I want to do.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Bullets’ is closed to new replies.

 * ![](https://ps.w.org/visual-form-builder/assets/icon-256x256.png?rev=1205840)
 * [Visual Form Builder](https://wordpress.org/plugins/visual-form-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/visual-form-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/visual-form-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/visual-form-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/visual-form-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/visual-form-builder/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [rebabaskett](https://wordpress.org/support/users/rebabaskett/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/bullets-10/#post-3526375)
 * Status: resolved