Bullet points as defined in my theme are displayed next to each form object. It looks as if a bulleted list was applied to form. Any ideas?
Bullet points as defined in my theme are displayed next to each form object. It looks as if a bulleted list was applied to form. Any ideas?
This is because the form is inheriting styles from your Theme's stylesheet. While we have taken the typical theme CSS configurations into account, we can't fully guarantee it won't inherit styles from your Theme depending on how your Theme is coded.
If you give us a URL where we can see a form in action and see the problem happening, we can give you some tips on what you can add to your CSS to prevent the bullets from appearing.
This is because the form is inheriting styles from your Theme's stylesheet. While we have taken the typical theme CSS configurations into account, we can't fully guarantee it won't inherit styles from your Theme depending on how your Theme is coded.
If you give us a URL where we can see a form in action and see the problem happening, we can give you some tips on what you can add to your CSS to prevent the bullets from appearing.
Please refer to this thread, it has a snippet of CSS that you can add to your themes stylesheet that should remove the bullets from being displayed. It is inheriting styles from your stylesheet.
Let me know if this does the trick, it should.
The next release will have this style added to the core style sheet so it shouldn't be issue.
Hi Carl - Could you please provide a link to the thread you mention above? Not sure you inserted the link?
I'm having the same issue using GF with this theme and would like to try your fix: http://wpwikitheme.com/
Cheers
Richard
Richard,
Carl posted a short CSS snippet on this thread that should do the trick for you.
Great, thanks.
Thanks, but the CSS snippet (.gform_body li {background-image: none;}) didn't do the trick for me.
I'm not having a background image or image as bullet problem; I'm seeing a regular character bullet point beside each field entry.
Any help much appreciated.
Cheers
Richard
Do you have a link to a page that has the form on it so that we can look at it and see what CSS is being inherited?
Hmm. Not really, no, because I'm testing a local install of WP using MAMP. However, you can see the theme I'm using here: http://wpwikitheme.com/ Would that be enough to diagnose (on the assumption you can access the CSS file), or do you need to see the form in action?
Thanks for your help
Richard
Richard,
It's going to be a little difficult to do without seeing, but you can try this..
.gform_wrapper li, .gform_wrapper form li, .gform_wrapper form ul li { list-style-type:none!important; background-image:none!important}
let me know if that works for you. If not, I'm probably going to need to see the form on the page to evaluate it from there.
Richard, I emailed you as well with a quick question about the theme.
Brilliant. Thanks Kevin. That did the trick = bullet points gone. The fields are still indented, but I'll worry about that later.
Thanks again. You guys give excellent service here!
Cheers
Richard
Great news Richard. Thanks for the update. We're happy to help.