Title: remove auto-generated field numbers
Last modified: February 16, 2018

---

# remove auto-generated field numbers

 *  Resolved [dormaj](https://wordpress.org/support/users/dormaj/)
 * (@dormaj)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/remove-auto-generated-field-numbers/)
 * I’m sorry if this has been asked and answered, but every field is automatically
   numbered and I need to turn that feature off. I don’t see any field automatic
   numbers in your CSS Guide.
 * Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-auto-generated-field-numbers%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [dormaj](https://wordpress.org/support/users/dormaj/)
 * (@dormaj)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/remove-auto-generated-field-numbers/#post-9981845)
 * BTW – I tried a few different theme styles (.css) and the numbers were on all
   of them.
    -  This reply was modified 8 years, 2 months ago by [dormaj](https://wordpress.org/support/users/dormaj/).
 *  Plugin Author [bgermann](https://wordpress.org/support/users/bgermann/)
 * (@bgermann)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/remove-auto-generated-field-numbers/#post-9981956)
 * In all cformsII themes and in the CSS Guide you can find the CSS rule `ol.cf-
   ol li { list-style: none; }` that is responsible for suppressing the ordered 
   list’s numbers.
 *  Thread Starter [dormaj](https://wordpress.org/support/users/dormaj/)
 * (@dormaj)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/remove-auto-generated-field-numbers/#post-9982271)
 * I tried that:
 * ol.cf-ol li {
    list-style: none; }
 * in the Additional CSS section. It did not do anything. In fact, this is the first
   time I have ever seen these numbers and I’ve probably used your plugin for 4 
   or 5 sites over the years. I’m wondering if that value is even settable.
 * Is there another list-style value I can try?
 * Should this work CSS fix work if I have Deactivated Style Sheets Altogether? 
   It doesn’t work with the deactivated and it doesn’t work with the wide_form.css
   either.
    -  This reply was modified 8 years, 2 months ago by [dormaj](https://wordpress.org/support/users/dormaj/).
 *  Plugin Author [bgermann](https://wordpress.org/support/users/bgermann/)
 * (@bgermann)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/remove-auto-generated-field-numbers/#post-9982488)
 * The problem is your customizr theme. It has two rules `content: counters(item,".")".";`
   that you have to overwrite.
 * Maybe with `ol.cf-ol > li:before {content:none;}`
 *  Thread Starter [dormaj](https://wordpress.org/support/users/dormaj/)
 * (@dormaj)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/remove-auto-generated-field-numbers/#post-9982751)
 * that did it. Any other Customizr quirks you know of, before I stumble over them?
 *  THANK YOU!!!

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

The topic ‘remove auto-generated field numbers’ is closed to new replies.

 * ![](https://ps.w.org/cforms2/assets/icon-128x128.png?rev=1010031)
 * [cformsII](https://wordpress.org/plugins/cforms2/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cforms2/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cforms2/)
 * [Active Topics](https://wordpress.org/support/plugin/cforms2/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cforms2/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cforms2/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [dormaj](https://wordpress.org/support/users/dormaj/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/remove-auto-generated-field-numbers/#post-9982751)
 * Status: resolved