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 8 years, 2 months ago by
dormaj.
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 8 years, 2 months ago by
dormaj.
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!!!