Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Jun 2008
    Posts
    7
    Plugin Contributions
    0

    Default Change color of href links

    I'm sure this is hidden somewhere in one of the style sheets, but I can't find it. I want to change the color of the links. The current color is the same or almost the same as the surrounding text.

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

    Default Re: Change color of href links

    Near the top of the main stylesheet.css, you will see declarations for links:

    Code:
    a:link, #navEZPagesTOC ul li a {
    	color: #3300FF;
    	text-decoration: none;
    	}
     
    a:visited {
    	color: #3300FF;
    	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: #FF0000;
    	}
    
    a:active {
    	color: #0000FF;
    	}
    You can change links sitewide here, or add more narrowly defined selectors to change them in specific places.

 

 

Similar Threads

  1. change footer links color?
    By tanlaw in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 30 Jun 2009, 03:21 AM
  2. How to change color of links (ezpages)?
    By sfklaas in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Apr 2008, 10:33 PM
  3. How to change color of ezpage links?
    By sfklaas in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Apr 2008, 04:52 PM
  4. Change Color Button Links
    By chava in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 9 Aug 2007, 09:44 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