-
AuthorPosts
-
December 17, 2015 at 5:02 pm #711481
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
December 17, 2015 at 8:21 pm #711714Hello 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.
-
AuthorPosts