Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2006
    Posts
    403
    Plugin Contributions
    0

    red flag how to change the font color right below the logo

    Hello,

    I want to change the font color right below the logo into white. But when I made the change in the CSS file, the whole page font color changes too.

    My site is www.wholesale.roseforlove.com. I just want to change the font color of "home: About Us: Shipping & Returns: Log in : My account" into white. Please help!!

    Lina

  2. #2
    Join Date
    Sep 2004
    Location
    Western Massachusetts
    Posts
    2,945
    Plugin Contributions
    5

    Default Re: how to change the font color right below the logo

    try adding this code into your stylesheet:
    Code:
    #navEZPagesTOC a {
     	color: #ffffff;
    	text-decoration: none;
    	}
    #navEZPagesTOC a:hover {
     	color: #3300FF; /* change this to whatever color you want for hover */
    	text-decoration: none;
    	}
    Neville
    An assumption is what you arrive at when you get tired of thinking...

  3. #3
    Join Date
    Jun 2006
    Posts
    403
    Plugin Contributions
    0

    help question Re: how to change the font color right below the logo

    I followed your instruction but it seems not working... Can you give me more details? which stylesheet I need to change, stylesheet-original or stylesheet_new? Where should I add these codes?

    Thank you!

  4. #4
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: how to change the font color right below the logo

    Unless you are using both stylesheets, eliminate one of them. When stylesheets are loaded, the next one in the series overwrites any parameters in common.

    For example, in the first stylesheet loaded, you have

    Code:
    #navEZPagesTOC a:hover {
     	color: #990000F; 
    	text-decoration: none;
    	}
    Because you want the links to be in red when the cursor is over them.

    If the next stylesheet loaded has
    Code:
    #navEZPagesTOC a:hover {
     	color: #000000F; 
    	text-decoration: none;
    	}
    the links will be black when the cursor is them.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

 

 

Similar Threads

  1. v150 how to change the color near the logo on the header?
    By lina0962 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 May 2013, 06:30 AM
  2. 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
  3. How can I change the font color of the links in the lower part fo the header
    By Marlake in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Jul 2011, 06:00 PM
  4. How do I change the font color in the menus?
    By JMayerDesign in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 28 Dec 2008, 10:58 PM
  5. how to change the font color right below the logo
    By lina0962 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 12 Feb 2007, 11:41 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR