Okey, i have 1 problem with CSS. When I set up the color or the link in css it changes all links color in the forum (forum, threads, link in thread), but how to change link color that it would change only links in threads? Using vBulletin 3.7.3 Thanks in advance (bow)
style only the anchor tags within whatever the thread content div is ie. .threadclass a:link{ color:somecolor; }
General speaking, You must apply the class name or ID to the <a> attributors so that you can control the specified link colors instead of all link colors. For your case, I didn't study vbulletin, you can refer to gigroddy's reply. Good luck with you.