Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #711481

    jbowerman
    Participant

    Pretty sure I have read all the forums on here about it and I am still amiss. How do I easily change Gravity form text colors? .. I even just bought a $35 plug-in that promised customization but the default font color is pushed on all Gravity Forms so that doesn’t even work. I have gray text, I need it white .. I have tried all the code examples I could find and not working.

    here is an example: https://peacechurch.cc/connect/junior-high

    Sorry, don’t mean to sound so flustered but unless I am just thick, I have wasted almost a day trying to figure this out before giving you another question to answer.

    can I just make X not push the gray color to gravity forms or do I have to custom code every form I have?

    Thanks,

    ~JB

    #711714

    Prasant Rai
    Moderator

    Hello Jb,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .gform_body label.gfield_label {
        color: #fff !important;
    }
    
    .gform_body label {
        color: #fff !important;
    }

    Kindly change color code ad per your preference.

    Thanks.