Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2004
    Posts
    72
    Plugin Contributions
    0

    Default sidebar link colors

    Hi, l'm hoping someone can help, l've searched all over the forum and googled to no avail. I've got a dark purple sidebar and am trying to make all of the sidebar links white. I've achieved this but now ALL of the site links are white. The main links l want to be a dark colour so they show on a white background. I can't seem to seperate the two without making a hash of it and having all of the links change at once.

    Here's the standard link text in my stylesheet:

    Code:
    a:link, #navEZPagesTOC ul li a {
    	color: #333333;
    	text-decoration: none;
    	}
     
    a:visited {
    	color: #333333;
    	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: #000000;
    	}
    
    a:active {
    	color: #333333;
    	}
    and here's the css l added to get white text and links in the sidebar:

    Code:
    .sideBoxContent  {
    	background-color: transparent;
    	padding: 0.4em;
    	color:#FFFFFF;
    	
    	}
    .sideBoxContent a:link, a:visited {
    	color:#FFFFFF;
    	}
    .sideBoxContent a:hover {
    	color:#C7ACFE;
    	}
    can someone help with how to stop them from fighting with each other? LOL!

  2. #2
    Join Date
    Jan 2004
    Posts
    72
    Plugin Contributions
    0

    Default Re: sidebar link colors

    ps. here is the URL to the site:

    http://www.avidscrappers.com.au/store/index.php

 

 

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. Customer Login Link in sidebar?
    By kirkbross in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Aug 2011, 11:30 PM
  3. Sitemap link in sidebar...where'd it go?
    By JHouse in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 10 Jul 2009, 11:26 PM
  4. link colors
    By yoyodyne in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 28 May 2008, 04:01 PM
  5. Image with a Link in Sidebar
    By Lovely in forum General Questions
    Replies: 1
    Last Post: 6 Mar 2008, 06:22 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