What section in the CSS of your board's skin do you specify how links made in leads/replies should look? I need to know how to change the color and make
them underlined, because they're not easy to spot at the moment on my board.
| Author | Comment | |||
|---|---|---|---|---|
Joseph Witchard |
URL Font Colors??? |
Lead | ||
|
What section in the CSS of your board's skin do you specify how links made in leads/replies should look? I need to know how to change the color and make
them underlined, because they're not easy to spot at the moment on my board.
|
||||
|
|
||||
cedar |
#1 | |||
|
You can add this to your css if it's specifically for posts:
.post-content a:link, .post-content a:visited {text-decoration: underline;} .post-content a:hover {font-weight: bold;} |
||||
|
|
||||
Joseph Witchard |
#2 | |||
|
Would that change the link font color as well?
|
||||
|
|
||||
1992casey |
#3 | |||
|
To change link colors, you would add color:whatever to each item.
.post-content a:link, .post-content a:visited {text-decoration: underline; color: #600000;}Change the color to suit your needs. |
||||
|
|
||||
Joseph Witchard |
#4 | |||
|
All right, thanks (both of you).
|
||||
|
|
||||