![]() |
Changing the Color of a Link in Bottom.tpl
Hi,
I'm moving the link to Privacy Statement/Terms and Conditions to the bottom bar of the page, which means bottom.tpl is the file I'm editing. The bar is blue, but so is the default text. I'd like to make the text white (and on the mouseover, the red is fine). However, I've tried everything I can think of--removing the class="Bottom" tag, simply changing the color to white with a font tag, etc. Nothing is working. How can I change the color of the link? The unlinked text is white. Does the css file have a link color for dark backgrounds that I just don't see? Thanks, Jeremy |
No, you need to create a new class and call it in the link tag.
|
I've now got Bottom reading:
Code:
.Bottom { The links are being called as follows: Code:
<TD class="Bottom" align="left">{$lng.lbl_privacy_statement} | I've also tried creating a new class Bottom1, but to no avail, as well. Any thoughts? |
Not quite, use this:
Code:
.Bottom { |
I've now got this in use in skin1.css (I've updated the colors)
Code:
.Bottom { I've tried the <TD class="Bottom> with and without the class being specified in the <a> tag, as well, to no avail--the links still won't change to white :( |
Change the visited class to white as well, as you have probably already viewed the page.
|
I changed visited to teal, but even that doesn't show (and it should on a deep blue background).
|
Just looked again, and you are missing the closing } on the main .Bottom class. That is the problem.
|
Sorry, I didn't copy it, as there are a few lines space there--the bracket is there.
|
All times are GMT -8. The time now is 11:17 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.