I’m not seeing any bullets.
Also, it looks like you are misusing the Address block. You should only need one, not four, and it includes Zip Code.
I’m having the same issue, http://crazyeye.com/contact/.
What’s interesting is that I used this plugin on a clients site and there are no bullet points and the field corners are rounded, http://fetchrecruiting.com/online-reference-form/.
Thanks.
Ok, I set the form list to list-style:none;, but I can’t find the list code for the Verification section. Can anyone help?
I have tried adjusting the bullet style for the theme I created using Artisteer and manage to effect some change in the last two items with bullets. I tried making them the color of the background becuse the bullets for right in the middle of my sheet border. Nothing seems to work to be rid of them. Need help.
I think the list code for the bottom is hardcoded in php because it doesn’t seem to react to the changes in the style sheet.
Can you help us, Matthew. I love the plugin and am very willing to donate. 🙂
I’m seeing the following line in your “dynamilk.css” file:
#content .post ul li, #content .page ul li, .catalyst-widget-area ul li {
list-style-type: disc;
margin: 0 0 0 20px;
}
Change the list-style there and the bullets will go away.
I am not having any luck turning the bullets off or changing them at all.
Theere is no “dynamilk.css” in my theme.
Thanks, but is there anyway I can control the styles in your css and not affect my style sheet? I need the bullets on my pages just not in your form.
Try to add this to YOUR theme style.css file
.visual-form-builder li {
list-style-type: none;
}
That would solve the problem for you both.
In addition to the suggestions already made, please read the FAQ on how to customize the CSS.
I have tried everything suggested and still have these pesky bullets (see form below).
Please help.
http://richmondinkrefills.com/request_a_quote/
Crowe,
list-style: none; needs to be on the li, not the ul 😉
Thank you, websiteperson! 🙂
Hi All,
I’m having this same issue. I’ve added
.visual-form-builder li {
list-style-type: none;
}
To my theme stylesheet, no go. What should I do?
The only plugin’s I have abailable are Akisment and Visual Form Builder Pro.
Please any help would be great!
The URL(s) in question are:
http://businesscalloffice.com/support
http://businessalloffice.com/sign-up
The theme I’m using is INTENT
In your style.css file you have the following line which is causing the bullets to be added.
.text ul li {
list-style: square outside none;
}