The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Stupid Yet Important - Powered By Font Color
Hello
Old member but this is my first post. I always search and find what I need. Never needed to open a thread Anyway, the forum im running has a black background and the "Powered By" font is also black so its hidden >> http://www.lineagechat.com You think there is no "Powered By" but its there, it has the same color the background has "black". So, you can see my problem here. Im tring to edit the color of "Powered By" to white but have no idea how to do it. Any help is really appreciated. Im sure its simple & quick just can't put my hands on it. |
#2
|
||||
|
||||
In footer template before copyright add <span class="copyright"> and </span> after it, then in css add something like this:
Code:
.copyright { color: #AAA; } .copyright a, .copyright a:visited { color: #FFF; text-decoration: none; } .copyright a:hover, .copyright a:active { color: #FFF; text-decoration: underline; } |
#3
|
|||
|
|||
Exactly what I need. Thanks a million
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|