Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2006
    Posts
    158
    Plugin Contributions
    0

    Default Log in page has Blue text

    My Log In page has bright blue text in the information fields; ex:
    Address Details
    Log In Details, etc. I've searched the style sheets for that colr to no avail. Where can I change the font color of those headings?

    Thanks!

  2. #2
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Log in page has Blue text

    In your stylesheet find for:

    LEGEND
    A New Starter again

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Log in page has Blue text

    Typically, blue is not a default color???

    But find legend in the stylesheet and add color to this code:
    Code:
    LEGEND {
    	font-weight: bold;
    	padding: 0.3em;
            color: #9a9a9a;
    	}
    Change the html color to your choice

    Edit: Seethrough is quicker

  4. #4
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Log in page has Blue text

    From recall, if the color of the legend is not set, it will become blue or green in color in FF and IE or the reverse.

    .
    A New Starter again

  5. #5
    Join Date
    Jan 2006
    Posts
    158
    Plugin Contributions
    0

    Default Re: Log in page has Blue text

    You guys are Gems!! Thank you sooo much!
    For any future reference...

    LEGEND {
    font-weight: bold;
    color: #a6545a;
    padding: 0.3em;
    }
    doesn't work.....the color has to follow after padding...exactly like you have it...

    LEGEND {
    font-weight: bold;
    padding: 0.3em;
    color: #a6545a;
    }

 

 

Similar Threads

  1. v138a Link in text does not appear in blue text
    By navido in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Sep 2012, 05:33 PM
  2. 'Log in' on home page has no link associated
    By margin gnome in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Nov 2010, 11:29 PM
  3. Change text on log in page
    By kristad in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Jan 2010, 06:31 PM
  4. Replies: 6
    Last Post: 25 Dec 2009, 10:40 PM
  5. Change Text on Log-in Page?
    By ArtyHelen in forum Basic Configuration
    Replies: 3
    Last Post: 13 Jan 2009, 10:14 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