Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter nono123

    (@nono123)

    I now understand how it is working.
    I add a class called “caltxt” in the Add Css Layout KeywordsField
    And in de stylepublic.css i added

    #fbuilder .caltxt input{color:#009900;}

    but that dont work.
    Hope you can help me.

    Thread Starter nono123

    (@nono123)

    I found this page:
    http://wordpress.org/support/topic/is-there-a-css-layout-keyword-for-font-colorsize?replies=2

    So, i change it to:
    .caltxt input{color:#009900;}

    But still no green font.

    Plugin Author codepeople

    (@codepeople)

    Hi,

    You only should define the caltxt class like follow:

    #fbuilder .caltxt input{color:#009900;}

    If you are using the elegant template in your form, the correct style definition would be:

    .cp_cff_elegant#fbuilder .caltxt input{color:#009900;}

    Please, don’t forget to clear the browser’s cache after edit the online file.

    Best regards.

    Thread Starter nono123

    (@nono123)

    YES !!!!!!!!!

    I love you

    I its working.

    But i had to put in the style.css template folder

    THX again

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Field coler change problem’ is closed to new replies.