The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to create underlined links in postbit text but not on the forumhome
I hope you understand what i mean with this title. This is something that is bugging me for a long time and now its time to solve it.
In general i like links to be not underline at all. Not on forumhome, navigation etc. Though with the current use of my colors its really hard to find a link in the text of posts. Is there a way to leave the global settings of the forum untouched and only create a different colored underline link in the post text itself? Thanks :up: |
#2
|
|||
|
|||
you could try to add something like
Code:
.postcontent a:link, a:hover, a:visited {text-decoration: underline;} |
#3
|
|||
|
|||
Nope this affects also the forumhome etc. It should only underline the postbit links
|
#4
|
||||
|
||||
Just add:
Code:
.postcontent a { text-decoration:underline; } |
#5
|
|||
|
|||
Great, thank you Lynn that worked :up:!! Can i also change the color of the link different than the one we use on the rest of the board?
|
#6
|
||||
|
||||
Probably in the same class, yes. Just add the color property to it.
|
#7
|
|||
|
|||
Nice, I assume this could also be made to work for calendar entry content?
|
#8
|
||||
|
||||
You can apply CSS to wherever you want, so yes, you could apply it to calendar entry content. Just find the class and add the css to your style.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|