The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Navlinks CSS
OK, back for another request. The screenshot below shows the navlinks below the forums with the Mark Forums Read and View Forum Leaders options. I changed the StyleVars for this to get the background and also changed the text to white, but it does not show up white as it is hyperlinks.
What CSS can I change or add to make these hyperlinks show up as follows: link - white visited - white active - yellow and underline hover - yellow and underline |
#2
|
||||
|
||||
Something like:
HTML Code:
.navlinks a {color: white;} .navlinks a:hover {color: yellow; text-decoration:underline;} |
#3
|
|||
|
|||
put below code in your additional.css
style manager> style name> edit templates> CSS templates> additional.css Quote:
|
#4
|
|||
|
|||
Quote:
Your code worked perfect in the additional.css. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|