CSS only for login page
-
Dear support
I want to change the background color of my login page with this code, but it does not work. Not even I see the code is loading.add_action( 'wp_head', function () { ?> <style> /* CSS code goes here */ body.login { background-color: #3E99D4 !important; } </style> <?php } );
Could you tell me what I am doing wrong?
ThanksThe page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CSS only for login page’ is closed to new replies.