Recent Topics

1 Nov 05, 2010 01:39    

My b2evolution Version: 3.3.3

Ok, so I know this is a dumb question but for the life of me, I can seem to find where to change the color of link fonts in RedHot. Currently, I've got this silly looking purple link: http://cp11.openaccess.org/~frmwrks/index.php/ProductsandServices/ and I've been digging through the style.css file and just can't seem to locate where link font colors are referenced... Can anyone help?

2 Nov 05, 2010 21:55

line 279
#content a { color:white }

3 Nov 07, 2010 04:11

That's what I thought. But currently my code reads:

#content a {
	color: aa9a90;

(which is greyish color) and yet the link shows as blue prior to clicking, and purple afterwards. What am I missing?

4 Nov 07, 2010 04:13

you forgot the number sign "#aa9a90" ;)

5 Nov 07, 2010 04:21

Duh! I've been staring at this screen too long. Thanks!


Form is loading...