• Resolved fatih71

    (@fatih71)


    Hello,

    With this code “fbuilder .cff-checkbox-field input {background-color:orange !important;}” the background of the checkboxes becomes orange.

    How to change the background of the first checkbox to orange and the second in blue and the third in green.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @fatih71,

    Thank you very much for using our plugin. You can configure the styles block as follows:

    
    #fbuilder .cff-checkbox-field .dfield>div:nth-child(1) input {background-color:orange !important;}
    
    #fbuilder .cff-checkbox-field .dfield>div:nth-child(2) input {background-color:blue !important;}
    
    #fbuilder .cff-checkbox-field .dfield>div:nth-child(3) input {background-color:green !important;}

    Best regards.

    Thread Starter fatih71

    (@fatih71)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change back ground color checkbox’ is closed to new replies.