The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to edit link font-weight in posts
Disclaimer: I inherited taking care of a vbulletin site and, sadly, am learning as I go. Gladly - I *can* learn.
What do I need to do to edit the links shown in posts? Would like to change the color, but making them bold and underlined would be enough. Only want to modify the links in posts - not the header or elsewhere. Have looked at the Additional area of Main CSS.. but at the top of that page (template?) there is an error for line 451 of css.php. Research says that the page (template?) is obsolete anyway and there to help (and confuse). Looking through the StyleVars - I see where to change the link color and decoration (for everything), but no option to make it bold or underlined just for posts. The Postbit section doesn't appear to have any link settings. thanks ps - no addon references, please. |
#2
|
|||
|
|||
Well, concerning the error message on Main CSS - I've read several posts elsewhere stating that the page is obsolete.. so I"m still trying to figure out how to make the change I need, even manually...
--------------- Added [DATE]1456167137[/DATE] at [TIME]1456167137[/TIME] --------------- All righty! Finally figured it out. The Main CSS and Additional.css field on that page are junk. What I had to do is: 1. Under Style Manager, choose Edit Templates 2. On the left, find CSS Templates. Double-click to open list 3. Under there is additional.css. Double-click that to make changes. My specific change made links bold & orange: /* the link color you see when you're reading the post */ .postcontent a { color: #ff9900; font-weight: bold; } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|