Bullets appear with radio buttons
-
I have been using this widget for some time and added styling to my theme CSS. I’ve just changed the form to use radio buttons instead of checkboxes. But now the list appears with bullets. It didn’t happen with the checkboxes.
The site is astcnsw.org.au
This is the code from my CSS:
.mc_list ul {
list-style-type: none;
}.mc_list ul li {
list-style-type: none;
}.field-group li {
list-style-type: none;
}
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Bullets appear with radio buttons’ is closed to new replies.