Jump to content

  • twitter
  • youtube
  • googleplus
  • facebook
  • rss
  • newsletter


Tutorial info Visit support topic

  • Added on: Jan 08 2009 06:33 PM
  • Views: 2222
 


Username and Password focus

Make the Username and Password field change color when clicked on.

Posted by Michael on Jan 08 2009 06:33 PM
Make the Username and Password field change color when clicked on.
Step 1. Go to Admin CP / Look & Feel Tab / Skins & Templates / Skin Manager / choose your skin / Edit Stylesheet (CSS Advanced Mode) /

Find:

body{

Add ABOVE:

input[name='UserName']:focus,
input[name='PassWord']:focus,
focus{
background:#FFA400; /* the color you want when is field selected */
color:#000000; /* the color you want when the field is not selected */
}

Step 2. Save Stylesheet.

Edit the colors to what you want and your done

Powered by Tutorials 1.4.1 © 2012, by Michael McCune