Here is how to disable the embedded styles.
Step 1: Navigate to Plugins > Plugin Editor > Password Protect WordPress Lite in your admin dashboard.
Here, choose includes > services > class-ppw-customizer.php file.
Step 2: Comment out add_action( 'wp_head', array( $this, 'dynamic_styles' ) );
(line 19)
Step 3: Navigate to password-protect-page > includes > services > class-ppw-customizer-pcp.php
Step 4: Comment out add_action( 'wp_head', array( $this, 'dynamic_styles' ) );
(line 38)
Note that these changes will get overwritten when the plugin gets updated.
-
This reply was modified 2 years, 12 months ago by truemarket.