The Arcive of vBulletin Modifications Site. |
|
Change Your Copyright Colour Details »»
|
|||||||||||||||||||||||||||||
I WOULD FIRSTLY LIKE TO POINT OUT THAT THE COPYRIGHT LOGO HAS TO BE VISIBLE OTHERWISE IT IS A BREACH OF VBULLETIN POLICY AND YOU WILL LOSE YOUR LICENSE! What does this do? It allows you to change the colour of the copyright within your forum. How do I do this? 1. Go to AdminCP > Styles and Templates > Search in Templates 2. Type in the search box - additional.css 3. Add this to your additional.css: Code:
#footerMain {
color:black;
}
#footerMain a:link, #footerMain a:visited {
color:#FF0000;
}
.time {
color:green;
}
4. Click save and check your forum out! JUST TO REMIND YOU, THE COPYRIGHT LOGO HAS TO BE VISIBLE OTHERWISE IT IS A BREACH OF VBULLETIN POLICY AND YOU WILL LOSE YOUR LICENSE! Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Reserved for updates.
|
|
#3
|
||||
|
||||
|
You know there is already a class and id for the copyright in the footer right?
HTML Code:
<div id="footer_copyright" class="shade footer_copyright"> <!-- Do not remove this copyright notice --> Powered by <a href="https://www.vbulletin.com" id="vbulletinlink">vBulletin®</a> Version 4.2.0 <br />Copyright © 2012 vBulletin Solutions, Inc. All rights reserved. <!-- Do not remove this copyright notice --> </div> |
|
#4
|
||||
|
||||
|
Yeah but I couldn't figure out how to use it so I stuck with this way instead. I was just playing around with Chrome that's all.
|
|
#5
|
|||
|
|||
|
This can already be done via style variables.
|
|
#6
|
|||
|
|||
|
|
|
#7
|
|||
|
|||
|
Quote:
Just edit the StyleVars under footer. |
|
#8
|
|||
|
|||
|
I tried to find stylevars but didn't
|
|
#9
|
||||
|
||||
|
You go to your stylevars, and search for footer. Or just copyright. Takes seconds.
|
| 3 благодарности(ей) от: | ||
| Amaury, Brandon Sheley, K4GAP | ||
|
#10
|
|||
|
|||
|
Quote:
Did you ask anyone on this forum how to do what you wanted? IMHO, I would have this post deleted. |
![]() |
|
|