• Resolved jefair

    (@jefair)


    There is not enough contrast between the background and the colour of the opt-in affirmation text. How can I change the colour, make it black, so that my site can pass Accessibility screening?

    The page I need help with: [log in to see the link]

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

    (@constantcontact)

    Something like this should do the trick:

    .ctct-form-wrapper .ctct-input-container label[for="ctct-opt-in_0"] {
      color: var(--contrast);
    }

    Same color used on the other labels in the form. The CSS can go in the “Additional CSS” section of the customizer or in your active theme’s CSS.

    Thread Starter jefair

    (@jefair)

    Beautiful, thank you!

    Plugin Author Constant Contact

    (@constantcontact)

    Welcome

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change opt-in affirmation text colour?’ is closed to new replies.