Skip to content

Instantly share code, notes, and snippets.

@UeldoTheme
Last active April 16, 2018 09:51
Show Gist options
  • Save UeldoTheme/dbb1ea9f96060a14d06ba195e7173347 to your computer and use it in GitHub Desktop.
Save UeldoTheme/dbb1ea9f96060a14d06ba195e7173347 to your computer and use it in GitHub Desktop.
Example custom HTML button for WordPress posts and pages
<div style="margin: 30px 0;">
<a href="http://example.com/" target="_blank" style="display: inline-block; text-align: center; padding: 10px 25px; background: #e73a30; color: #fff; font-size: 17px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; border-bottom: 2px solid #b7241b;">Click here!</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment