Hi, I'm trying to get rid of bullets displaying by the field labels. It's coming from my theme and I can't figure out how to override it.
The bullets are coming from:
#content .post ul li, #content .page ul li, #header .widget-area ul li {
list-style: disc outside none !important;
}
I've tried this (and forms of this) to get rid of the bullets; it doesn't work.
.gfield_label ul li {
list-style-type: none !important
}
I cleared cache each time I made a CSS change. Also my theme minimizes CSS so I made sure the minified.css file was updated, too.
The form is displaying on this test page:
http://gnowfglins.com/contact-testing
Thank you for your help!