Results 1 to 8 of 8
  1. #1
    Join Date
    Mar 2010
    Posts
    74
    Plugin Contributions
    0

    Default problem changing text colour on top ez pages bar

    our site: www.artifaxonline.co.uk/t-shirts

    the top black bar contains ez pages links to home, log in, blog, contact us, but only shows as orange when you have visited it and not before.

    the following bit of code changes the font size but when we change the font colour from black to orange it only changes the spacer markings in between the words but not the words. we want the words to be orange. tried changing all sorts of bits of code but nothing seems to work.

    now very very stuck

    any help would be great


    #navEZPagesTop {
    font-size:1.4em;
    font-weight:;
    text-align: center;
    margin: 0em;
    padding: 0.8em;
    color: #000000
    }

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: problem changing text colour on top ez pages bar

    Quote Originally Posted by artifaxworthing View Post
    our site: www.artifaxonline.co.uk/t-shirts

    the top black bar contains ez pages links to home, log in, blog, contact us, but only shows as orange when you have visited it and not before.

    the following bit of code changes the font size but when we change the font colour from black to orange it only changes the spacer markings in between the words but not the words. we want the words to be orange. tried changing all sorts of bits of code but nothing seems to work.

    now very very stuck

    any help would be great


    #navEZPagesTop {
    font-size:1.4em;
    font-weight:;
    text-align: center;
    margin: 0em;
    padding: 0.8em;
    color: #000000
    }
    First look for these ID's in the stylesheet.css if not:
    Add this to the bottom of the stylesheet.css:
    #navEZPagesTop a {color: #FFFFFF;}

    #navEZPagesTop a:hover: {color: #FF0000;}

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

    Default Re: problem changing text colour on top ez pages bar

    #navEZPagesTop a {
    color:#e5a656;
    }

    Edit - The rabbit's faster than the puppets ... again.

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: problem changing text colour on top ez pages bar

    @stevesh
    Way too much coffee this morning... LOL

  5. #5
    Join Date
    Mar 2010
    Posts
    74
    Plugin Contributions
    0

    Default Re: problem changing text colour on top ez pages bar

    no, doesn't work

    i have added in the code (as above) at the bottom of css style sheet, but it does not work. The only code we have existing for
    navezpagestop only changes the ::: we have in between each category from black to orange but won't change the words.

    Where have i gone wrong

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

  7. #7
    Join Date
    Mar 2010
    Posts
    74
    Plugin Contributions
    0

    Default Re: problem changing text colour on top ez pages bar

    yes, thats the right one, when we use the firefox tool over the words it lists:

    <a href= 'http://artifaxonline.co.uk/t-shirts/">home<a/>

    it has one entry like this for each of the ez pages we have created, not sure if this has anything to do with it at all. the only ezpagestop code I have is as follows but this is the bit that only changes the spacer bits not the actual words

    #navEZPagesTop {
    font-size:1.4em;
    font-weight:;
    text-align: center;
    margin: 0em;
    padding: 0.8em;
    color: #000000


    very very confused !!!!!

    thanks for your help

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

    Default Re: problem changing text colour on top ez pages bar

    The statement haredo and I gave you is correct. You need to add it to the stylesheet, and don't forget the 'a'.

    (What you're doing is styling the links in that id - that's what the 'a' means.

 

 

Similar Threads

  1. Colour of the top bar
    By gizzy in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 25 Jan 2011, 05:22 PM
  2. Changing text colour in centrebox & Define Pages Editor problem with text
    By annav in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Oct 2010, 10:55 AM
  3. Changing font colour in breadcrumb bar?
    By darkmoonfire in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 14 Nov 2009, 05:51 AM
  4. Having trouble changing Horizontal Bar Colour
    By Customht in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Aug 2009, 03:17 PM
  5. EZPages top menu bar font colour
    By jpienaar in forum General Questions
    Replies: 2
    Last Post: 27 Feb 2009, 10:31 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