View Full Version : Forum Home Enhancements - Change Your Copyright Colour
Heardy
12-17-2012, 11:00 PM
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:
#footerMain {
color:black;
}
#footerMain a:link, #footerMain a:visited {
color:#FF0000;
}
.time {
color:green;
}
You can change the colours to suit your background and make it stand out.
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!
Heardy
12-18-2012, 09:32 PM
Reserved for updates.
Zachery
12-19-2012, 02:30 AM
You know there is already a class and id for the copyright in the footer right?
<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>
Heardy
12-19-2012, 10:33 AM
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. :)
Amaury
02-04-2013, 07:53 AM
This can already be done via style variables.
vimarc
02-28-2013, 06:46 AM
For VB 4.2.0 This code works better..
http://www.talkinwebforum.com/threads/262-How-to-change-the-color-of-footer-links-in-vBulletin-4-x-x
Amaury
02-28-2013, 07:39 PM
For VB 4.2.0 This code works better..
http://www.talkinwebforum.com/threads/262-How-to-change-the-color-of-footer-links-in-vBulletin-4-x-x
You don't need any custom code!
Just edit the StyleVars under footer.
vimarc
03-01-2013, 06:57 AM
I tried to find stylevars but didn't
Digital Jedi
03-01-2013, 08:03 AM
I tried to find stylevars but didn't
You go to your stylevars, and search for footer. Or just copyright. Takes seconds.
K4GAP
03-01-2013, 10:26 AM
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. :)
You "couldn't figure out how to use it" so you submitted an alternate method that is more trouble than the correct way?
Did you ask anyone on this forum how to do what you wanted?
IMHO, I would have this post deleted.
Spangle
05-08-2013, 05:58 PM
It doesn't work in 4.2.1 Breeze all it does is change the colour of the post time in forum list, so it's next to useless on anything but chrome
Amaury
05-08-2013, 06:46 PM
It doesn't work in 4.2.1 Breeze all it does is change the colour of the post time in forum list, so it's next to useless on anything but chrome
You don't need custom CSS. Simply edit the footer_copyright_color StyleVar.
Spangle
05-13-2013, 05:34 PM
You don't need custom CSS. Simply edit the footer_copyright_color StyleVar.
That StyleVar is for the footer bar, not the copyright part of the lower footer
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.