• Home
  • Gallery
  • Sites
  • Music
Burakoff.com FAQs
  • Home
  • Gallery
  • Sites
  • Music

Custom CSS login page

/2015 /CSS /WordPress Frontend /Custom CSS login page
  • August 11, 2015
  • WordPress
  • 2015 / CSS / WordPress Frontend

Custom CSS for the login page  and create wp-login.css in your theme folder


function wpfme_loginCSS() {
	echo '<link rel="stylesheet" type="text/css" href="'.get_bloginfo('template_directory').'/wp-login.css"/>';;
}
add_action('login_head', 'wpfme_loginCSS');

Tagged: Background2015CSSLogin

Related Articles

  • console.time() and console.timeEnd()

  • Quick Positioning with inset in CSS

  • Hiding DOM Elements with Ease

  • Checking Network Speed

  • Preventing Text Pasting

  • Prevent text selection CSS

Annual

2025, 2023, 2022, 2021, 2019, 2016, 2015

Latest Articles

  • console.time() and console.timeEnd()
  • Quick Positioning with inset in CSS
  • Hiding DOM Elements with Ease
  • Checking Network Speed

Topics

  • Home
  • Gallery
  • Sites
  • Music
© Copyright 2021-2025, stephenburakoff.com