Trying to remove bullets on my form. It's located on the second page. Here is a link to the form: http://bignorth.powermediallc.org/about-us/forms/forms-all-division-team/.
I've made some changes, but nothing seems to take the bullets away.
Thanks.
Trying to remove bullets on my form. It's located on the second page. Here is a link to the form: http://bignorth.powermediallc.org/about-us/forms/forms-all-division-team/.
I've made some changes, but nothing seems to take the bullets away.
Thanks.
This should do the trick for you:
[css]
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
list-style-type: none !important;
}I've added that and it didn't work. It's in my style sheet now for you to see. Not sure why that doesn't work.
The declaration I found looks a bit different, but notice the comma here (actually have a few trailing commas on other selectors too):
As you can tell I'm not a seasoned CSS expert!!! Thanks for your help. All fixed now.
Right on, glad to help out!