Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Oct 2008
    Location
    California
    Posts
    11
    Plugin Contributions
    0

    Default Changing Hyperlink Colors in side boxes

    I've been trying to change the hyperlink colors in all the side boxes. They all seem to come up with different colors. I've edited MY_TEMPLATE/stylesheet.css I also wanted to edit the color for all the type on the site. So first I edited "body" in the CSS. Then I edited (a couple rows down in the CSS) a:link.... this refers to EZ pages which I'm not using, but I don't see any other places to edit link colors. When neither of these worked, I looked at the file again and thought I might have success editing the category box... colors. I get no changes with any or all of the above. Can someone help please?
    www.FolsomHistoryMuseum.org/shop/

    Thanks

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

    Default Re: Changing Hyperlink Colors in side boxes

    Find the following in your stylesheet and adjust to suit
    Code:
    /* categories box parent and child categories */
    A.category-top, A.category-top:visited {
    	color: #8B6508;
    	text-decoration: none;
    	}
    A.category-links, A.category-links:visited {
    	color: #CD9B1D;
    	text-decoration: none;
    	}
    A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
    	color: #EEB422;
    	text-decoration: none;
    	}

 

 

Similar Threads

  1. Changing side boxes (or sIde column) color
    By nadsab in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Mar 2012, 11:22 AM
  2. Replies: 2
    Last Post: 13 Jun 2011, 04:22 PM
  3. Changing Colors on middle and side column
    By dragoncelt in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 20 Aug 2007, 09:35 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