Hey,
I really like your theme, and all the support you are able to get on this forum just by searching through.
But, even though I have tried different solutions in the Quick CSS tab, I still can’t get the font above the labels to change in my gravity form.
Its the grey text above the labels in the contact form in the sidebar. http://dlcs.dk/graffitirens/
I have made the form in the Gravity Forms, and I have tried inserting css like:
#top label{
color: #000000!important;
}
…But no luck. Is something overwriting the CSS, because I can see that it gets its CSS from an id called #top label?
I have also tried
.gform_wrapper .gf_step { color: red; }, but also no luck.
Am I missing something? :)
Hi morten008 ;
Try to add this line into your styles :
#gform_widget-2 .widgettitle{color: #000000 !important;}
Good try, but it still doesn’t change color :(
@morten008 ;
Sorry, it was for the title.
I think this is what you were looking for :
#top label{color: #e1e1e1 !important;}
and adjust the color as you like.
Already tried that, and nothing happens. Its like I cant overwrite #top label
I have changed the color code to #000000 ofc. :)
Fix’et it. I can’t overwrite the CSS in the Quick CSS tab under the wordpress theme, but was able to change it in my file manager on my webhoster. Thanks! :)