Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2009
    Posts
    16
    Plugin Contributions
    0

    Default EZPages top menu bar font colour

    Hi all,

    How do i change the font colour of my EZPages top menu bar from blue to white?

    www.generalitsystems.com

    Just so at the same spot... The bar currently contains "Support", "ADSL Line Prices","Check if your phone line is ADSL capable"

    Thx

  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: EZPages top menu bar font colour

    You need to ADD a couple of declarations to your stylesheet - preferably below the declaration that says:

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

    Code:
    #navEZPagesTop a {color: #ffffff;}
    #navEZPagesTop a:hover {color: #ff0000;}
    (The above will make the links WHITE, and then RED when hovered over - choose your own colours.)

    You can also ALIGN the text, by adding:

    text-align: center; (or left, or right)

    ... to the #navEZPagesTop declaration.

  3. #3
    Join Date
    Feb 2009
    Posts
    16
    Plugin Contributions
    0

    Default Re: EZPages top menu bar font colour

    It worked!!!

    Thank you very much!!!

 

 

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. ezpages top bar different coloured backgrounds
    By twdhosting in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Jun 2010, 11:11 AM
  3. increase space between login bar and ezpages menu bar
    By omerhanif in forum General Questions
    Replies: 0
    Last Post: 5 Mar 2010, 07:00 PM
  4. Changing font colour in breadcrumb bar?
    By darkmoonfire in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 14 Nov 2009, 05:51 AM
  5. How do I move my EZpages menu bar?
    By innate in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Dec 2008, 01:56 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