Skip to content

Instantly share code, notes, and snippets.

@kimcoleman
kimcoleman / blank_frontend_pre_v_3_1.css
Last active September 4, 2024 11:04
Legacy styles for pre-v3.1+ of Paid Memberships Pro. Sample file for theme developers include the CSS classes for v3.0 and less of Paid Memberships Pro elements.
/*---------------------------------------
Buttons
---------------------------------------*/
.pmpro_btn {}
.pmpro_content_message a {}
.pmpro_btn.disabled {}
.pmpro_btn.pmpro_btn-cancel {}
.pmpro_btn.pmpro_btn-submit-checkout {}
input[type="button"]#discount_code_button {}
input[type="button"]#other_discount_code_button {}
@kimcoleman
kimcoleman / blank_base.css
Last active September 4, 2024 12:10
Sample file for theme developers include the CSS classes for v3.1 of Paid Memberships Pro elements.
.pmpro_message { }
.pmpro_message.pmpro_success { }
.pmpro_message.pmpro_error { }
.pmpro_message.pmpro_alert { }
.pmpro_message a { }
.pmpro_success a { }
.pmpro_error a { }
.pmpro_alert a { }