Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2007
    Posts
    69
    Plugin Contributions
    0

    Default How to change light blue in input boxes

    Hi,

    I'm trying to figure out how to change the light blue that shows up whenever I click on an text input box. The blue is part of the default template that comes with ZenCart, but I can't figure out where in the CSS it is defined.

    Thanks,
    Kevin

  2. #2
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: How to change light blue in input boxes

    css files are in includes/templates/your_template/css

    If you need more help, a like to your website should be given.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  3. #3
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: How to change light blue in input boxes

    Look for something like this...
    HTML Code:
    input:focus, select:focus, textarea:focus {
    	background: #E4FEF5;
    	}
    Either eliminate it and let the browsers do their default thing, or change it to a colour you prefer.

    Rob

  4. #4
    Join Date
    Jul 2007
    Posts
    69
    Plugin Contributions
    0

    Default Re: How to change light blue in input boxes

    Thanks Rob! I didn't know about the :focus CSS element.

    Kevin

 

 

Similar Threads

  1. Change width of input boxes on login page
    By jeking in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 15 Mar 2010, 05:43 PM
  2. Mystery light blue rectangle appears
    By d0ugparker in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Jan 2010, 10:01 AM
  3. How to change Colors from Green to Light Blue.
    By wmorris in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 Oct 2007, 03:46 PM
  4. Changing Light Blue background on sides
    By LilleyPadGifts in forum Templates, Stylesheets, Page Layout
    Replies: 33
    Last Post: 31 Jan 2007, 07:05 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg