Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <?php
  2.  
  3. add_action( 'login_enqueue_scripts', function() {
  4. $dir = get_stylesheet_directory_uri() . "/assets/daxalma-logo.svg";
  5. echo "
  6. <style type='text/css'>
  7. body.login div#login h1 a {
  8. background-image: url($dir);
  9. width: 8rem !important;
  10. background-size: 8rem auto;
  11. background-position: center;
  12. }
  13. </style>
  14. ";
  15. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement