• Resolved dormaj

    (@dormaj)


    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 to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter dormaj

    (@dormaj)

    BTW – I tried a few different theme styles (.css) and the numbers were on all of them.

    • This reply was modified 7 years, 1 month ago by dormaj.
    Plugin Author bgermann

    (@bgermann)

    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

    (@dormaj)

    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 7 years, 1 month ago by dormaj.
    Plugin Author bgermann

    (@bgermann)

    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

    (@dormaj)

    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.