View Full Version : Changing the Footer in 4.0
I'd like to do something along the lines of this site's footer, where the logo is on the bottom right: http://www.completevb.com/demovb4/forum.php?styleid=7
I am assuming it is just CSS modification?
I'm new to CSS, although I am very familiar with languages like PHP, C++, VB and others. I'm not too much of an HTML guy, although I know the basics and a little bit of CSS.
Just need to be pointed in the right direction and I can pick up the rest.
Thanks!
borbole
08-05-2010, 01:39 PM
I'd like to do something along the lines of this site's footer, where the logo is on the bottom right: http://www.completevb.com/demovb4/forum.php?styleid=7
I am assuming it is just CSS modification?
I'm new to CSS, although I am very familiar with languages like PHP, C++, VB and others. I'm not too much of an HTML guy, although I know the basics and a little bit of CSS.
Just need to be pointed in the right direction and I can pick up the rest.
Thanks!
If you view the page source, you will see what code they have used and where.
<div class="footerLogo">
<a name="top" href="forum.php?"><img src="images/styles/AnimatedArena/style/footerLogo.png" alt="CompletevB Demo vB4 - Powered by vBulletin" /></a>
</div>
Then use firebug to see how the footerLogo class is defined.
Thanks much, gonna do that! (duh never thought of it that way lol)
borbole
08-05-2010, 02:23 PM
Thanks much, gonna do that! (duh never thought of it that way lol)
No problem. Good luck.
No problem. Good luck.
Thanks again, works great. Need to just customize it to my liking.
Take it easy.
Bram H
08-06-2010, 06:44 AM
Can you post what you did to make it work on your site? Step by step for us CSS noobs :D
StudentCreche
05-31-2011, 06:22 PM
Can you post what you did to make it work on your site? Step by step for us CSS noobs :D
Bump.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.