Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2006
    Posts
    6
    Plugin Contributions
    0

    Default CSS - Text Box Font Color

    CSS question ... I have a template installed on the site www.ThreeSirens.com/store ... the text boxes are white and the font color is white ... problem. I just spent the past 30 minutes in the stylesheet.css (includes/templates/template_default/css/)

    Any idea what line or what tag to look for?

  2. #2
    Join Date
    May 2005
    Location
    Bath, Somerset
    Posts
    1,053
    Plugin Contributions
    3

    Default Re: CSS - Text Box Font Color

    Quick Tip: Install FireFox - www.firefox.com, and then install FireBug - https://addons.mozilla.org/en-US/firefox/addon/1843

    FireBug allows you to right click on any page element, and view the CSS, both direct, and inherited properties, so you can instantly see which styles you need to change.

    So on your site, you would need to alter stylesheet_new.css, on line 52 to :
    Code:
    input:focus, select:focus, textarea:focus {
    background:#F0F8FF none repeat scroll 0%;
    color:#000000;
    }
    Good luck,

    Absolute

  3. #3
    Join Date
    May 2005
    Location
    Bath, Somerset
    Posts
    1,053
    Plugin Contributions
    3

    Default Re: CSS - Text Box Font Color

    Also, you need to take a look at the overriding template files, rather than the template_default/css files.

    The file you need to edit is : includes/templates/ZC03C00227/css/stylesheet_new.css

    Absolute

  4. #4
    Join Date
    Feb 2006
    Posts
    6
    Plugin Contributions
    0

    Default Re: CSS - Text Box Font Color

    That is a slick tool and extremely helpful!

    Thank you for your helpful and fast response!

    Alex

 

 

Similar Threads

  1. Font color on all text changes color when clicked
    By mariasims in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 6 Jul 2010, 08:15 AM
  2. CSS - Font Color in Lower Footer Bar
    By limelites in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Feb 2010, 01:44 AM
  3. How Do I Change Font Color on CSS navEZPagesTop
    By Bob88Vette in forum General Questions
    Replies: 7
    Last Post: 27 Jul 2008, 07:17 AM
  4. Change the columnRight css font color only
    By riddler24a in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Sep 2007, 06:25 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