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
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
I got most of it
If a general/default link this controls the color
Code:Code:a:link, #navEZPagesTOC ul li a { color: #656565; text-decoration: none; }
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.![]()
Add this to includes/templates/YOUR_TEMPLATE/css/stylesheet.css (where YOUR_TEMPLATE is the name of your custom template.
It will change the links to white, but you can adjust the color to what works best for you.Code:.sideBoxContent a:link { color: #FFFFFF; text-decoration: none; }
You can follow the same format for the other link colors
a:visited, a:hover and a:active.