Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #380608

    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? :)

    #380637

    Hi morten008 ;
    Try to add this line into your styles :

    #gform_widget-2 .widgettitle{color: #000000 !important;}
    
    #380673

    Good try, but it still doesn’t change color :(

    #380702

    @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.

    #380730

    Already tried that, and nothing happens. Its like I cant overwrite #top label

    #380732

    I have changed the color code to #000000 ofc. :)

    #380733

    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! :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change font color on the text above the labels in Gravity Forms’ is closed to new replies.