If you would like to add unique CSS/styles to your site running Paid Memberships Pro, here’s a tutorial that extends our article on creating a plugin for PMPro Customizations.
Creating Your Customizations Plugin
There are two ways to create your customizations plugin: using our blank plugin template or by creating your own plugin.
Option 1: Download a Blank Customizations Plugin
- Download the blank customizations plugin with blank stylesheet (.zip)
- Upload the .zip file via the Plugins > Add New > Upload page in your WordPress admin.
- Activate the plugin.
Option 2: Create a Customizations Plugin
- Create a folder called
pmpro-customizations
in thewp-content/plugins
folder of your site. - Create a file called
pmpro-customizations.php
in the folder you just created. - Edit the
pmpro-customizations.php
file and paste this block of code into the file:
- Save the file.
- Next, create a subfolder called
css
in thepmpro-customizations
folder. - Create a file named
pmpro-customizations.css
and save it in thepmpro-customizations/css
folder. - Add your unique CSS to this file.
- Upload the plugin via FTP to your website.
- Activate the plugin via the Plugins page of your WordPress Admin.
Editing Your Customizations Stylesheet
- Connect to your web server via FTP.
- Navigate to the
/wp-content/plugins/pmpro-customizations/
folder. - Download the latest copy of the
/css/pmpro-customizations.css
file. - Open the file in your preferred editor.
- Add the customization styles for the recipe or code shared via your support forum thread at the bottom of
pmpro-customizations.css
. - Save the File and upload the file to your website via FTP.
Free Course: Membership Site Development—The Basics
Develop a deeper understanding of membership site development in this beginner-level course. Learn how to make your site work better, save yourself time and money, and improve your site's performance.