Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2010
    Posts
    9
    Plugin Contributions
    0

    Default Input Box Border...Help!

    So I'm setting up my first zen-cart shopping cart and I get everything setup the way that I want it to be except for one thing.

    The input box borders are this brown mustard color and I want them to be the same blue that is accented throughout the site. the color is not in the .css file where I am able to change all of the other colors. Where is this color pulled from?

    Here's a link to my site.
    http://www.savantmfg.com

    -Travis

  2. #2
    Join Date
    Jul 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Input Box Border...Help!

    Here's a screen shot.


  3. #3
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Input Box Border...Help!

    do you want that specific input filed color to change or any input field that exist in your site ?

  4. #4
    Join Date
    Jul 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Input Box Border...Help!

    I want all of them to change, not just that one.

  5. #5
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Input Box Border...Help!

    you have input {} in two different stylesheet repeating .. so need to do some cleaning .

    open your stylsheet_colors.css and remove

    input {
    }

    and

    change this

    input, fieldset {
    border-color:#999999;
    }

    to

    fieldset {
    border-color:#999999;
    }

    open stylsheet.css and locate this

    input {
    border:1px solid;
    }
    and change to

    input {
    border:1px solid #2B8ABB;
    }

 

 

Similar Threads

  1. help resizing registration border box
    By mary1980 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 17 Mar 2010, 08:35 PM
  2. Edit Checkout Input Border Colours
    By picowico in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 12 Nov 2009, 11:36 AM
  3. Help with sub category and product border box.
    By chalfontgifts in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 30 Sep 2009, 01:09 PM
  4. Extra 'input' box needed on product info input page
    By abaris in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 1 Apr 2009, 03:40 PM
  5. Input Box Border Color Change?????
    By DogRocketCreative in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 May 2008, 12:19 PM

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