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

    (@jeherve)

    Jetpack Mechanic ??

    You can customize the look of your widgets by adding some custom CSS code to your theme stylesheet, or to your custom CSS editor available under Appearance > Edit CSS in your dashboard.

    Try adding the following code to change the color of the “Subscribe” text:

    .jetpack_subscription_widget input[type="submit"] {
    color: #ff0d91;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘how to change the color of the SUBSCRIBE word inside the button’ is closed to new replies.