vBulletin Search Engine Optimization
This is a discussion on vBSEO link template colour clash within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi, sorry for the odd title. It's not really anything to do with how vBSEO works, it's simply a case ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| vBSEO link template colour clash
Hi, sorry for the odd title. It's not really anything to do with how vBSEO works, it's simply a case of the 'Content Relevant URLs by vBSEO 3.2.0' at the bottom of my site not showing correctly. Because I have a black backround on my site, the copyright reads like this; Content Relevant URLs by vBSEO 3.2.0. (only the backround is black and the text white) I've tried changing the colour settings - but everything I've done affects my other text colour. The vBSEO text isn't altered by my backround settings - it's altered in my 'body' settings. If it was set to the backround, I could just set the text to white. Any suggestions? |
|
#2
| ||||
| ||||
|
edit your footer template. wrap your footer area with the vb copyright prints and thus the vbseo one prints in something like <div id="myfooter"> //cron //copyright //etc </div> and then in the main css in the bottom block for extras, add #myfooter a, #myfooter a:hover { color: white; } |
|
#3
| |||
| |||
|
Hi, thank you for the reply.....but I'm gonna freely admit - I'm pretty stupid at the inner workings of the internet. I'm lost as to where to add the extra code/html/script (I really am this dumb) This is my footer thing; Quote:
Also, where do I add the extra's? Is it the 'Body' or the 'Page Backround' box? Again, thanks for any help |
|
#4
| ||||
| ||||
|
replace this part from above: Code: <div align="center"> <div class="smallfont" align="center"> <!-- Do not remove this copyright notice --> Code: <div align="center" id="myfooter"> <div class="smallfont" align="center"> <!-- Do not remove this copyright notice --> and in your main CSS, scroll ALL the way to the bottom. the very last textarea enter the css from above. Code: #myfooter a, #myfooter a:hover { color: white; }
|
|
#5
| |||
| |||
|
Excellent. Thank you so much, dude. Worked perfectly. Really appreciated, thank you |
|
#6
| ||||
| ||||
|
no prob |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Clash With SubDreamer? | Nate Benton | Pre-Sales Questions | 1 | 07-26-2008 03:09 PM |
| Changing new post thread colour | Lee G | Off-Topic & Chit Chat | 3 | 07-07-2008 01:23 PM |
| Trackback link in custom postbit template | sinucello | General Discussion | 6 | 05-22-2008 08:32 AM |
| Where do I change colour in Welcome mesage tabel | inparadise | vBSEO.com 1.0 Style | 1 | 02-20-2008 11:51 AM |