Skip to content

Instantly share code, notes, and snippets.

@jessestu
Last active March 5, 2019 17:15
Show Gist options
  • Save jessestu/b80edb5b80fe1e5d5937feea055ce463 to your computer and use it in GitHub Desktop.
Save jessestu/b80edb5b80fe1e5d5937feea055ce463 to your computer and use it in GitHub Desktop.

Please go to My Site → Customize → CSS (or Additional CSS), then add all of the following code to the bottom of that window.


/* This CSS customizes some colors that remained the default theme orange color.
* 10954444-hc (jw)
*/
button, input[type=button], input[type=reset], input[type=submit] {
  background-color: #02c39a;
}

/* Makes subscription widget background transparent.
* 10954444-hc (jw)
*/
.widget.jetpack_subscription_widget {
  background: transparent;
}

Tip: keep the /* comment */ in the code to later know what this code does.

Example of where to add the CSS

If this image fails to load, please see it at: http://cld.wthms.co/av2gwv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment