How to:URL color in thread (css)

Discussion in 'CSS' started by arnux, Oct 17, 2008.

  1. #1
    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)
     
    arnux, Oct 17, 2008 IP
  2. bigroddy

    bigroddy Peon

    Messages:
    78
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    style only the anchor tags within whatever the thread content div is

    ie.

    .threadclass a:link{
    color:somecolor;
    }
     
    bigroddy, Oct 17, 2008 IP
  3. justinlorder

    justinlorder Peon

    Messages:
    4,160
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.
     
    justinlorder, Oct 17, 2008 IP