• Resolved eberkland

    (@eberkland)


    I want fieldset closed (collapsed) to be grey, but when open (not collapsed) I want it to be blue. Can you direct me to the CSS to change this or if there is another method.

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author CodePeople2

    (@codepeople2)

    Hello @eberkland

    You can enter a styles definition similar to the following one in the “Customize Form Design” attribute in the “Form Settings > Advanced Settings” tab:

    .cff-collapsible legend{background:white;}
    .cff-collapsible fieldset{background:#7fcef8;}
    .cff-collapsible.cff-collapsed fieldset{background:#dadada;}

    Best regards.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.