Results 1 to 7 of 7
  1. #1
    Join Date
    Jan 2009
    Posts
    7
    Plugin Contributions
    0

    Default Should be a simple fix... Can anyone help?

    Ok I moved the EZ Pages header to the top right corner of my header. The only page listed right now is Contact Us. All I need to do is change the font color from black to white and also when you click on it, it changes to an ugly blue color. I've tried changing everything and can't for the life of me figure it out!

    If someone could take a quick peak and tell me what I'm doing wrong I'd appreciate it! Thanks in advance!

    http://www.elite-tungsten-rings.com

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Should be a simple fix... Can anyone help?

    You wwill have to add conditions for link hover & visited for this tag and seperatr out ones that exist

    Exists:
    Code:
    a:link, #navEZPagesTOC ul li a, #navEZPagesTop ul li a {
    	color: #ffffff;
    	text-decoration: none;
    	}
    Needs and adjust to suit
    Code:
    #navEZPagesTop ul li a {
    	color: #ffffff;
    	text-decoration: none;
    	}
    #navEZPagesTop ul li a:hover {
    	color: #ffffff;
    	text-decoration: none;
    	}
    #navEZPagesTop ul li a:visited {
    	color: #ffffff;
    	text-decoration: none;
    	}
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Should be a simple fix... Can anyone help?

    The black and the blue come from these entries in your stylesheet
    a:visited {
    color: #141618;
    text-decoration: none;
    }

    a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    color: #80A6B0;
    }

    a:active {
    color: #0000FF;
    }
    There are also some structural issues with your site around that link, e.g. you wrap it in another #navMain DIV, for no benefit that I can detect, but causing extra complications in the interpetation of your CSS and a validation error for the duplicated ID.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  4. #4
    Join Date
    Jan 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Should be a simple fix... Can anyone help?

    Thanks for the replies. I believe I did what you suggested but it is still the same. It is almost like something is overriding those tags or the stylesheet isn't being updated... Any other suggestions on what I could look at?

    Or is there a way I can just add Contact Us and maybe a FAQ page next to the Home and Login links?

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

    Default Re: Should be a simple fix... Can anyone help?

    Try searching your stylesheet for other instances of #navEZPagesTop.

    Do you have a backup copy of your stylesheet in the same folder? That could be causing the problem. --- OK, you don't have that.

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

    Default Re: Should be a simple fix... Can anyone help?

    You should delete the
    , #navEZPagesTop ul li a
    from
    Code:
    a:link, #navEZPagesTOC ul li a, #navEZPagesTop ul li a {
    	color: #141618;
    	text-decoration: none;
    	}
    There are no other instances of it beside your new set.

    Here is the problem: your #navEZPagesTop has no <ul> list in it, it is simply a string of links. What you need in the stylesheet is
    Code:
    #navEZPagesTop {
    	font-size: 0.95em;
    	font-weight: bold;
    	margin: 0em;
    	padding: 0.75em;
    	float: right;
    	}
    
    #navEZPagesTop a {
    	color: #ffffff;
    	text-decoration: none;
    	}
    
    #navEZPagesTop a:visited {
    	color: #ffffff;
    	text-decoration: none;
    	}
    
    #navEZPagesTop a:hover {
    	color: #ffffff;
    	text-decoration: none;
    	}
    Also, the order should be as shown (link, visited, hover, active).

  7. #7
    Join Date
    Jan 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Should be a simple fix... Can anyone help?

    Ahhhh.... That did it... Thanks so much...

 

 

Similar Threads

  1. v151 Can Anyone Help Me Make a Simple "Credit Account" Mod?
    By philip937 in forum General Questions
    Replies: 25
    Last Post: 6 Mar 2013, 12:04 AM
  2. failure to install, should be a simple fix
    By godsrock37 in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 31 Jul 2007, 05:59 PM
  3. Can anyone guide me how to fix this problem?
    By kimsonvu in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 25 Aug 2006, 10:24 AM
  4. Can anyone guide me how to fix this problem?
    By kimsonvu in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 25 Aug 2006, 09:46 AM

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