Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #476174

    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..

    #476300

    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

    #476546

    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?

    #476565

    Also see link here:

    #476662

    Hi!

    Please use the css below to remove the additional bullets:

    .entry-content-wrapper div li {
      list-style-type: none !important;
    }

    Regards,
    Dake

    #476664

    Thank you!

    #476768

    Hi!

    You’re welcome :)

    Please let us know if you ever need any help in the future.

    Regards,
    Dake

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Gravity Forms styling: remove bullets in front of form fields’ is closed to new replies.