Changing the style of check-box lists
-
I am using Ninja Forms in WordPress from GoDaddy.com.
The form picks up the style from the WordPress style setting but is using the <h3> style for all form tags (which is okay), but also for the content of check-box lists. I want to just use the normal text font for the list content.
Here is one of my forms
http://goldcoastentertainment.net/act-registration/
How can I change the way that the check-box options are displayed.
My email address is (email visible only to moderators and staff)
-
Hi there,
Try below Code
list-checkbox-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label {
display: block;
float: none;
width: auto;
font-size: x-small; // Add font size
margin-left: 1.5em;
}Find screenshot here after applying above code.https://imgur.com/a/cXpCKN3
However,The URL provided by you seems self-hosted WordPress site. This forum provides assistance to the only site hosted on WordPress.com.
You would get help at the below forum:
https://wordpress.org/support/
Further to know more about the differences between WordPress.com and WordPress.org you can read this document:
- The topic ‘Changing the style of check-box lists’ is closed to new replies.