• Resolved bellco12

    (@bellco12)


    Hi,
    I would like to change the color of the asterisks of the required fields.
    Could you please show a sitewide option and also an option for changing the asterisks color for only one particular form?
    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Constant Contact

    (@constantcontact)

    Hello,

    The following two variations should work. First one being “global” while the second one is for a specific form.

    .ctct-form-wrapper .ctct-form .ctct-form-field-required abbr {
    	color: green;
    }
    

    You’ll need to get the appropriate number for this variation from each intended form. It’s going to be the form ID used and displayed with the shortcode, so it should be pretty easy to determine. In this example its the number 5

    .ctct-form-wrapper .ctct-form-5 .ctct-form-field-required abbr {
    	color: green;
    }
    
    Thread Starter bellco12

    (@bellco12)

    Thank you!

    Plugin Author Constant Contact

    (@constantcontact)

    Welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Required Field Asterisk’ is closed to new replies.