Viewing 1 replies (of 1 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    You can customize the look of every element on your site thanks to CSS. You can add that CSS to your theme stylesheet, or to your custom CSS editor available under Appearance > Edit CSS in your dashboard.

    To target the form’s success message, you can use the . jetpack_subscription_widget .success class, like so:

    . jetpack_subscription_widget .success {
    color: red;
    }

    I hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Change color of Success message after person subscribes’ is closed to new replies.