Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2010
    Posts
    94
    Plugin Contributions
    0

    Default Link colors in navEZPagesTop

    I want to set the link colors in the navEZPagesTop to WHITE (they are now blue). Don't seem to be able to do it.

    using 1.3.9h
    berniesvintage.com/shop

    I edited the stylesheet to be:
    a:active, #navEZPagesTOC ul li a:active, #navEZPagesTop ul li a:active, #navMain ul li a:active, #navSupp ul li a:active, #navCatTabs ul li a:active {
    color: #FFFFFF;
    }

    any suggestions?

    karine

  2. #2
    Join Date
    Aug 2008
    Location
    Cleveland
    Posts
    78
    Plugin Contributions
    0

    Default Re: Link colors in navEZPagesTop

    try this instead

    Code:
    #navEZPagesTop a {
    	color: #ffffff; /* color of ezpages links */
    	}
    and if you want it to change color when hover

    add this

    Code:
    #navEZPagesTop a:hover{
    	color: #fff; /* hover color of ezpages links*/
    	}

    you may have to take out navEZPagesTop or it current location because you are calling a navEZPagesTop and alot of css templates out there include other links like categories and such. good luck i hope this works for ya.

  3. #3
    Join Date
    Dec 2010
    Posts
    94
    Plugin Contributions
    0

    Default Re: Link colors in navEZPagesTop

    thank you, Shwag. That did it!

    karine

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

    Default Re: Link colors in navEZPagesTop

    :active is for links that have just been clicked but have not yet gone to a new page. The pseudo-element was probably useful long ago when it was common for dialup to take an appreciable amount of time to render a new page, but for many these days, an :active style would never show for more than a fraction of a second.

 

 

Similar Threads

  1. How can I change link colors in header, without changing all other link colors?
    By coreyalderin in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 20 Jun 2012, 03:17 AM
  2. #navEZPagesTop active link color
    By HelenSama in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 24 Jun 2009, 09:55 PM
  3. link colors
    By yoyodyne in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 28 May 2008, 04:01 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