Hello!
I'm new to GF. I've been trying to get rid of the color that appears on each of the labels, for example - "name", "e-mail", etc. I want it to be transparent.
http://mjbrilliantwebdesigns.com/contact-us/
Thank you in advance for your help!
Hello!
I'm new to GF. I've been trying to get rid of the color that appears on each of the labels, for example - "name", "e-mail", etc. I want it to be transparent.
http://mjbrilliantwebdesigns.com/contact-us/
Thank you in advance for your help!
MJ, kinda confused here. I see on line 20 of your style.css you have:
[css]
.builder-module .gform_wrapper .gform_body label.gfield_label {
margin-bottom: 10px;
padding: 6px 10px;
background-color: #A9B6C2;
color: #3F4449;
font-size: 1.1em;
font-weight: normal;
line-height: 1.1EM;
text-shadow: #BDCBD9 0px 1px 1px;
}
This here is controlling the color and background color for your labels. Can you not simply update that to achieve what you are looking to do?
Hi Rob!
Thank you so much for the quick response (totally impressed!). Please forgive my ignorance, however, I can't find the code you indicated above no where in my style.css sheet (HELP!)
Thanks again for your help!
MJ
No problem, glad to help out. Looks like the css file in question is located here:
If you don't feel like editing that file, you can always place that chunk of code into the other style.css and edit from there.
Wow Rob - thank you so much! You're brilliant. I was able to change the code directly in the file.
Out of curiosity (breaking my head trying to figure this out) how did you know that was the file? Where did you look to find it? Just curious for the next time, I know where to go.
Have an outstanding weekend and thanks again!
MJ
MJ,
Awesome! When I was viewing the source I saw about 4 or 5 files named style.css, each were in a different spot. However, this one was located in the theme framework referencing Gravity Forms, so figured that had to be it.
Have yourself a great weekend too and let us know if you need anything else!