Not Solved How to change color of this
#1
Not Solved
http://a.imageshack.us/img821/8901/97278442.png

[Image: 97278442.png]

How can I change the color of it?
Proud Owner of The HD Forums since Aug 2009
[Image: dp93py.png]
Reply
#2
Not Solved
I believe you would have to change the color of visited links.

Go to the css and find a:visited and change it to a darker grey.
Reply
#3
Not Solved
Didn't changed
Proud Owner of The HD Forums since Aug 2009
[Image: dp93py.png]
Reply
#4
Not Solved
This is an extra bit of code that has been added to the theme. Can you please link to your site so I can take a look at the code Wink
Sculpture CMS
I'm just another unicorn.
Reply
#5
Not Solved
Here bro!
http://www.thehdforums.co.cc/index.php
Proud Owner of The HD Forums since Aug 2009
[Image: dp93py.png]
Reply
#6
Not Solved
in global.css find
.smalltext {
	font-size: 11px;
}
replace with
.smalltext {
	font-size: 11px;
	color: #000;
}

That should work but let me know if it doesn't Wink
Sculpture CMS
I'm just another unicorn.
Reply
#7
Not Solved
It only changed the color of the small text in the forums, the Forum Contains new posts and such, not that link
Proud Owner of The HD Forums since Aug 2009
[Image: dp93py.png]
Reply
#8
Not Solved
Looks like this is what you need to change:

div.author a, .lastpost a {
	color: #999;
}
Reply
#9
Not Solved
Now that's what I mean by supporting! You rock dude!
Proud Owner of The HD Forums since Aug 2009
[Image: dp93py.png]
Reply
#10
Not Solved
(2010-08-31, 11:18 AM)AJS Wrote: Looks like this is what you need to change:

div.author a, .lastpost a {
	color: #999;
}

That would have been my next guess because they are both on the same element Toungue
Sculpture CMS
I'm just another unicorn.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)