Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2011
    Posts
    58
    Plugin Contributions
    0

    Default Change link colors in side box

    I have been trying to find how to change category and link colors in my left sidebox.....and can't find it. Looked all through my template style sheets.

    I'm using sage template that I changed up a bit.

    My site is www.3doutdoors.com/store

  2. #2
    Join Date
    Jan 2011
    Posts
    58
    Plugin Contributions
    0

    Default Re: Change link colors in side box

    I got most of it

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

    Default Re: Change link colors in side box

    If a general/default link this controls the color
    Code:
    Code:
    a:link, #navEZPagesTOC ul li a {
    	color: #656565;
    	text-decoration: none;
    	}
    Zen-Venom Get Bitten

  4. #4
    Join Date
    Jan 2011
    Posts
    58
    Plugin Contributions
    0

    Default Re: Change link colors in side box

    Yea, my sidebox is a dark color so I need it like white......but the main part is white....so its hard to find a color to show on light and dark good.

    This is why I wanted to know if there was a way to set it seperate.

  5. #5
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Change link colors in side box

    Add this to includes/templates/YOUR_TEMPLATE/css/stylesheet.css (where YOUR_TEMPLATE is the name of your custom template.

    Code:
    .sideBoxContent a:link {
    	color: #FFFFFF;
    	text-decoration: none;
    	}
    It will change the links to white, but you can adjust the color to what works best for you.

    You can follow the same format for the other link colors
    a:visited, a:hover and a:active.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

 

 

Similar Threads

  1. How to change names in a side box link and in the bottom section
    By angiexx1 in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 6 Nov 2015, 10:13 AM
  2. 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
  3. Need to change manufacturer side box, not normal side box
    By paha in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 12 Jul 2008, 01:23 AM
  4. Change colour of 'sponsors' side box / enable 'featured' side box
    By flatlander in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 29 May 2008, 07:26 AM
  5. Left and Right Side Link Colors
    By chemdata in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 5 Oct 2006, 09:49 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