Skip to content

Instantly share code, notes, and snippets.

@jessestu
Created February 26, 2019 22:29
Show Gist options
  • Save jessestu/1f465ba866745a0f60d53828bc5b1bff to your computer and use it in GitHub Desktop.
Save jessestu/1f465ba866745a0f60d53828bc5b1bff 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 makes the footer action button color match the site logo.
* 10766265-hc (jw)
*/
#custom_html-7 .action-button {
  background: #8F1F34;
  border-top: 1px solid #b06270;
}

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