Skip to content

Instantly share code, notes, and snippets.

@ronalfy
Created November 10, 2020 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ronalfy/68789515d0d691b6b68bf739ca90f78b to your computer and use it in GitHub Desktop.
Save ronalfy/68789515d0d691b6b68bf739ca90f78b to your computer and use it in GitHub Desktop.
PMPro - Example of Styling Buttons
body a.pmpro_btn,
body a.pmpro_btn.pmpro_btn-select {
background: #ed8609;
color: #FFF;
}
body a.pmpro_btn.disabled {
background: #ec9a39;
color: #FFF;
}
body .pmpro_content_message {
margin-bottom: 25px;
}
body .pmpro_content_message a,
body .pmpro_content_message a:link {
display: inline-block;
padding: 10px 30px;
background: #ed8609;
color: #FFF;
}
body .pmpro_content_message a:hover {
display: inline-block;
background: #dd8609;
color: #FFF;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment