Advertisement
phpface

Fix Wordfence Login

Nov 30th, 2022
1,087
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. add_action( 'login_enqueue_scripts', function(){
  2.     ?>
  3.     <style type="text/css">
  4.         html[data-theme=dark] #wfls-prompt-overlay{
  5.             background: #1b1b1b;
  6.         }
  7.     </style>
  8.     <?php
  9. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement