Hello All,
Is there a fast easy way to change the colour of the categories link s in the side bar from red?
Here is the link:
www.lizardplanet.co.uk
Hello All,
Is there a fast easy way to change the colour of the categories link s in the side bar from red?
Here is the link:
www.lizardplanet.co.uk
In your stylesheet look for A.category-top and you can edit or add declarations that will control the link color for categories. Like this:
A.category-top:hover {
color: #fff;
}
If you want to change all of the link colors then just change the a.link declaration towards the top of the stylesheet.
Ninja Web Studios - Websites at NINJA Speed!
http://www.ninjawebstudios.com
oh no,
i was using the default css, just tried adding that line to the file and its gone all funky.
I thought I saved a copy so I tried to put that back and no joy
can anyone help me get the default css back?
I re downloaded the zip file and restored the css from there.
The red links suck but i cant seem to change just that without messing it all up.