Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #317464

    Hello, Community:

    Support, please note that this question is not to you directly since it is out of your support scope.

    I was wondering if anyone had a Gravity Forms CSS stylesheet that they could share? I am trying to style Gravity Forms like the Enfold contact form but am having some trouble (New to CSS). I have read many of the documents on Gravity Forms but figured I would ask here.

    Thank you in advance.

    #317880

    Hey tylerjmorrison!

    Thank you for visiting the support forum.

    You can refer to the Gravity Forms styling guide.
    This might also help: https://kriesi.at/support/topic/gravity-forms-styling-2/

    Regards,
    Ismael

    #319484

    Ismael,

    Thank you, I have been referring to that. Wasn’t sure if anyone had a stylesheet, though. Anyway, I noticed that my contact form’s field title text is bold, unlike the themes demo. Is there a way that I can change that?

    http://philly-sales.com/contact/

    #319607

    Hi!

    Are you referring to the input field label? You can use this:

    #top label {
    display: block;
    font-weight: normal;
    font-size: 12px;
    }

    Cheers!
    Ismael

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