Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Jul 2011
    Posts
    5
    Plugin Contributions
    0

    Idea or Suggestion EZ Pages Link text color change in Header

    Hi,
    I have enabled EZ pages for my site.But the text link color is blue in Header.I want to change the Link text color to white in the header.
    I tried to change the color code for ez pages in stylesheet but the link text color still remains blue in the header.

    The EZ pages Link text color is White in the footer.
    So, i think that there is another file overriding the color code.
    I want to change the link text color from Blue to White in the header.
    My site is www.eBooksforU.com . Please, take a look at my site.You will better understand my question after visiting my site.
    I tried so much to change the link text color but i could not succeed.
    I already searched the Forum about EZ pages link text color change. There are many threads that tell to change the color code in the stylesheet for ez pages.i already did that but it did not work.
    That is why i think that there is another file overriding it because link text color in the footer is white.The blue text in the header does not show much on green background.
    Please, help me how to change the EZ pages link text color in the Header ?
    Thanks.

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: EZ Pages Link text color change in Header

    You can add this to the bottom of your stylesheet:

    #navEZPagesTop, #navEZPagesTop a {
    color:#ffffff;
    }

  3. #3
    Join Date
    Jul 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: EZ Pages Link text color change in Header

    Hi,
    i added the following code ( as recommended by you ) to the end of my stylesheet but it did not work.

    #navEZPagesTop a {
    color: ffffff ;
    }


    The color still stays blue in the Header.

    Any more suggestions ?
    Thanks anyway for your help.

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: EZ Pages Link text color change in Header

    Works for me when I add it to your stylesheet in Web Developer. Are you sure your stylesheet changes are actually happening ? Did you refresh the browser ?

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: EZ Pages Link text color change in Header

    You did not add it as recommended. You say
    Code:
    #navEZPagesTop a {
    color: ffffff ;
    }
    which is not the same as
    Code:
    #navEZPagesTop a {
    color: #ffffff ;
    }

  6. #6
    Join Date
    Jul 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: EZ Pages Link text color change in Header

    Thank you.
    You guys are great.
    i entered the following correct code to the stylesheet.

    #navEZPagesTop a {
    color: #ffffff ;
    }

    This code changed the EZ pages color from Blue to White.

    i was trying to change the color since last two weeks.

    This code is very important for them who want to add ez pages to the Header Because when someone adds EZ pages to the header, the link text appears in Blue Color. The Blue color is not much visible on Green background.
    So, if someone wants to change the EZ pages link text color, just add the above code to the end of the stylesheet.

    Thanks again for all the help.

 

 

Similar Threads

  1. EZ Pages text color in header link
    By nehoward64 in forum General Questions
    Replies: 5
    Last Post: 16 Jun 2010, 02:40 PM
  2. header link color change
    By webguy in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 23 Feb 2010, 05:22 AM
  3. EZ Pages Header color change....
    By Cannie in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 4 Jan 2010, 07:48 AM
  4. change color of text in header
    By seikemo in forum Basic Configuration
    Replies: 4
    Last Post: 8 Jul 2009, 11:05 PM
  5. EZ Pages Text Color Change
    By senorpineapple in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Feb 2007, 12:21 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