Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Apr 2008
    Posts
    59
    Plugin Contributions
    0

    Default How Do I Change Font Color on CSS navEZPagesTop

    I'm trying to change the color of the font in the EZ Pages main page top header.

    Site Map :: Delivery :: About Us :: My Account

    When I change the color now it changes some of the text in the informational boxes in the two columns of the main page. I want that text to stay black but the above navbar go to white.

    I assume I need to make a new DIV ID in the stylesheet.css but I can't find where to place the new DIV ID tag for it to pick the new style up.

    I hope this makes some sense. Thanks so much for any leads or help

    Bob

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

    Default Re: How Do I Change Font Color on CSS navEZPagesTop

    There are plenty of tags already; you just need to use the right ones.

    #navEZPagesTop a {color: #116699;}

    This will affect only links in the ez-pages top bar.

  3. #3
    Join Date
    Apr 2008
    Posts
    59
    Plugin Contributions
    0

    Default Re: How Do I Change Font Color on CSS navEZPagesTop

    Thanks for the help and I found the "#navEZPagesTop a" section in the CSS but when I change the color to white it does change the navbar text but it also changes the text to white in three of the column boxes down in the main body. With a white background the white text disappears.

    I'm missing something on how to just change the navbar. Interesting enough I was able to change the little " :: " seperators to white from another part of the CSS.

    Thanks for any other tips or direction.

    Bob

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

    Default Re: How Do I Change Font Color on CSS navEZPagesTop

    Is there any other selector in the same line with #navEZPagesTop a in your stylesheet?

    That by itself cannot affect any other elements, as it is very specific, but if others are in the same declaration they will be affected too. You need to separate out #navEZPagesTop a {} into its own declaration.

  5. #5
    Join Date
    Apr 2008
    Posts
    59
    Plugin Contributions
    0

    Default Re: How Do I Change Font Color on CSS navEZPagesTop

    I think it is Glenn but maybe that is where I'm confused. Here is the entry from my CSS

    #navEZPagesTop {
    background-color: #abbbd3;
    background-image: url(../images/tile_back.gif);
    color: #ffffff;
    font-size: 0.95em;
    margin: 0em;
    padding: 0.5em;
    }

    This changes the " :: " to white (#FFFFFF) but the actual words like "SITE MAP" stay in black.

    Thanks again

    Bob

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

    Default Re: How Do I Change Font Color on CSS navEZPagesTop

    #navEZPagesTop { controls the overall element, but doesn't specifically mention links, so the standard link color controls them. #navEZPagesTop a { will cover the links (the actual text).

    So add another line, like this:

    #navEZPagesTop a {color: #ffffff;}

 

 

Similar Threads

  1. How do I change the font color and font style for the tag line?
    By Beyond Dreams in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 17 Feb 2013, 10:33 PM
  2. How do I change the font color?
    By ichigoblack in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 26 Jun 2008, 06:41 PM
  3. 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
  4. How do I change this font color?
    By julia44 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 11 May 2007, 12:50 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