Tagged: bullets, enfold, gravity forms
Hello,
I have tried a CSS entry I found on the forums, to remove bullets that appear in front of our form fields. It was for a different theme, and did not work.
Do you have a fix for stopping unwanted bullets in Gravity Forms, when using Enfold? Example link below..
Hey dnw-laci!
You can us the below css to remove the gravity form bullet points:
#top .gform_wrapper ul li.gfield {
list-style-type: none !important;
}
Best regards,
Dake
Thank you, very much. This did take care of most of the problem.
There are still more bullets. Please see link below. Also, try clicking the “next” button if the link doesn’t work. Do you have suggestions for these additional bullets?
Also see link here:
Hi!
Please use the css below to remove the additional bullets:
.entry-content-wrapper div li {
list-style-type: none !important;
}
Regards,
Dake
Thank you!
Hi!
You’re welcome :)
Please let us know if you ever need any help in the future.
Regards,
Dake