The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
"Bold" - New or Unvisited Links / "Not Bold" - Visited Links
I'd like to modify my style's CSS so that in the "Body" section, so that "Normal Links" are bold, and "Visited Links" are normal.
I know I need to use "font-weight:bold" somewhere, but don't know where and how to insert it in the menu boxes. Any help would be appreciated. |
#2
|
|||
|
|||
Code:
a:link { font-weight: bold; } a:visited { font-weight: normal; } |
#3
|
||||
|
||||
Thanks, I found a more specific solution:
Admin CP -> Styles & Templates -> Style Manager -> Main CSS (in the menu) -> Body In the Body class, under Normal Links CSS, in the Text Decoration box enter the custom markup. Code:
; font-weight:bold Code:
text-decoration: font-weight: bold; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|