[Support request] Gravity forms css

Home Forums Support [Support request] Gravity forms css

Home Forums Support Gravity forms css

  • This topic has 3 replies, 2 voices, and was last updated 5 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #826680
    Damon

    Hi, GP introduced bullets into gravity forms. I can use css to hide them, but then this would need to be site wide, since I’m using s lot of gravity forms. And I’m hesitant to do that, since it feels like I’m putting lipstick in a problem rather than just fixing the problem. Any suggestions? Thank you!

    #826682
    David
    Staff
    Customer Support

    Hi there,

    odd why Gravity Forms don’t style there lists. But you can try this:

    .gform_wrapper li {
       list-style: none;
    }

    I believe gform_wrapper is a common class on all forms

    #826689
    Damon

    I had turned off their styling, so the form could inherit GP’s styling.

    Alternately, I just turned on their styling. That introduces different issues, such as the indents. Any suggestions for going this approach instead?

    #826691
    David
    Staff
    Customer Support

    Right that makes sense.
    Personally i would go with the Theme styling and use the above CSS. GravityForms has quite a few classes on those fields which is causing the indent on the second password field.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.