vBulletin Search Engine Optimization
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 ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| ||||
| ||||
| 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! |
|
#2
| ||||
| ||||
| Re: Change vBSEO link color in footer...
*gasp* Find in your footer template; Code: <!--VBSEO_COPYRIGHT--> Code: <div class="vbseocopyright"><!--VBSEO_COPYRIGHT--></div> Code: .vbseocopyright {
color: #000000;
}
|
|
#3
| ||||
| ||||
| 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:
|
|
#4
| ||||
| ||||
| Re: Change vBSEO link color in footer...
change this: Code: .vbseocopyright {
color: #33CCFF;
}
Code: .vbseocopyright, .vbseocopyright a {
color: #33CCFF;
}
|
|
#5
| ||||
| ||||
| Re: Change vBSEO link color in footer...
Oops, how silly of me i forgot that you were using the linked version.
|
|
#6
| ||||
| ||||
| Re: Change vBSEO link color in footer...
That do'ed it! Thanks!
|
|
#7
| ||||
| ||||
| Re: Change vBSEO link color in footer...
No problem |
|
#8
| |||
| |||
| Quote:
|
|
#9
| |||
| |||
|
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 |
|
#10
| ||||
| ||||
|
The copyright is put in by default with php. The HTML comment allows you to place it in a new area if you desire.
|
| Thread Tools | |
| |
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 |