vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
New vBSEO Discount Level for Network Builders Meet vBSEO Team in New York (Nov. 3rd & 4th) vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

Change vBSEO link color in footer...

This is a discussion on Change vBSEO link color in footer... within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hey guys... in the footer where "Search Engine Friendly URLs by vBSEO 2.4.5" is located on our site ( Home ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > Troubleshooting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 06-08-2006, 02:32 PM
Sonnie's Avatar
Senior Member
 
Real Name: Sonnie
Join Date: May 2006
Location: L.A. (Lower Alabama)
Posts: 170
Change vBSEO link color in footer...

Hey guys... in the footer where "Search Engine Friendly URLs by vBSEO 2.4.5" is located on our site (Home Theater Shack)... the vBSEO which is linked is the same color as our background. Looks odd. For the life of me I cannot figure out where I can place the <font> tag to change that color. Can you advise?

Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 06-08-2006, 02:35 PM
Michael's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: Michael Benson
Join Date: Sep 2005
Location: United Kingdom
Posts: 778
Send a message via AIM to Michael Send a message via MSN to Michael
Re: Change vBSEO link color in footer...

*gasp* Don't use the <font> tag to change font colors. Use CSS, like so;
Find in your footer template;
Code:
<!--VBSEO_COPYRIGHT-->
And replace it with;
Code:
<div class="vbseocopyright"><!--VBSEO_COPYRIGHT--></div>
Then add the following into your CSS Additional Definitions, changing the "#000000" to whatever hexadecimal value you want will change the font color this way;
Code:
.vbseocopyright {
color: #000000;
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 06-08-2006, 04:03 PM
Sonnie's Avatar
Senior Member
 
Real Name: Sonnie
Join Date: May 2006
Location: L.A. (Lower Alabama)
Posts: 170
Re: Change vBSEO link color in footer...

Hmmm... that didn't work...

I replaced the code for the copyright in the footer and here's my addtional CSS:

Quote:
.alt3, .alt3Active
{
background: #313969 url(images/gradients/gradient_thead.gif) repeat-x top left;
color: #000000;
}

.alt4, .alt4Active
{
background: #B9A9AC;
color: #000000;
}

.alt5, .alt5Active
{
background: #336699 url(images/gradients/gradient_thead.gif) repeat-x top left;
color: #FFFFFF;
}

.vbseocopyright {
color: #33CCFF;
}
#3322FF is the aqua blue type color used in the other text for that area but it still shows up dark.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 06-08-2006, 04:08 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,470
Re: Change vBSEO link color in footer...

change this:

Code:
.vbseocopyright {
color: #33CCFF;
}
to
Code:
.vbseocopyright, .vbseocopyright a {
color: #33CCFF;
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 06-08-2006, 04:22 PM
Michael's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: Michael Benson
Join Date: Sep 2005
Location: United Kingdom
Posts: 778
Send a message via AIM to Michael Send a message via MSN to Michael
Re: Change vBSEO link color in footer...

Oops, how silly of me i forgot that you were using the linked version.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 06-08-2006, 06:08 PM
Sonnie's Avatar
Senior Member
 
Real Name: Sonnie
Join Date: May 2006
Location: L.A. (Lower Alabama)
Posts: 170
Re: Change vBSEO link color in footer...

That do'ed it! Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 06-08-2006, 06:10 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,470
Re: Change vBSEO link color in footer...

No problem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 08-04-2008, 07:19 AM
Junior Member
 
Real Name: steve
Join Date: Aug 2008
Posts: 8
Quote:
Originally Posted by Michael View Post
*gasp* Don't use the <font> tag to change font colors. Use CSS, like so;
Find in your footer template;
Code:
<!--VBSEO_COPYRIGHT-->
And replace it with;
Code:
<div class="vbseocopyright"><!--VBSEO_COPYRIGHT--></div>
Then add the following into your CSS Additional Definitions, changing the "#000000" to whatever hexadecimal value you want will change the font color this way;
Code:
.vbseocopyright {
color: #000000;
}
Hi this is very strange because i cant find this line ]<!--VBSEO_COPYRIGHT--> i have search all templates, all i can find in the footer is the vbulletin copyright. im using vb.3.72 and the link is the same colour as the footer- such a simple edit but why can't i find the copyright for vbseo
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 08-04-2008, 08:17 AM
Junior Member
 
Real Name: steve
Join Date: Aug 2008
Posts: 8
ok although i did'nt find the original line <!--VBSEO_COPYRIGHT-->
i just added the code to the last line off the footer <div class="vbseocopyright"><!--VBSEO_COPYRIGHT--></div>

the colour changed ok except its aligned left?

i had to move the code up above the script then it was ok. if i found the original line to replace in the begging this would have taken 30 seconds to edit

Last edited by theque; 08-04-2008 at 08:36 AM. Reason: forgot something
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 08-04-2008, 02:03 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,470
The copyright is put in by default with php. The HTML comment allows you to place it in a new area if you desire.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature! Juan Muriente vBSEO Announcements 74 05-20-2006 10:29 PM
vBSEO 2.0 RC7 Released Juan Muriente vBSEO Announcements 17 09-09-2005 12:00 AM


All times are GMT -4. The time now is 01:20 PM.


Powered by vBulletin Version 3.8.0 Beta 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.