I changed my page background to a very dark blue. Then, I modified the footer template. I changed the color for normalfont and smallfont. The problem is that normalfont only affected the "<" and ">" symbols. The links pulled -- $contactuslink and "$homeurl" are still in the default dark color, therefore invisible on my dark background.
Is it possible to change the display color of just those two links, without affecting all other links on the site? Thanks!
Yes, and I tried searching for this... with no luck.
For reference, here is my updated footer:
</td>
</tr>
</table>
<!-- /content area table -->
</center>
<p align="center">
<normalfont color="D2D2FA"><b>< <a href="$contactuslink">Contact Us</a> - <a href="$homeurl">$hometitle</a>
<!-- - <a href="$privacyurl">Privacy Statement</a> --> ></b></normalfont>
</p>
<p align="center"><smallfont color="D2D2FA">
<!-- Do not remove this copyright notice -->
Powered by: vBulletin Version $templateversion<br>
Copyright ©2000, 2001, Jelsoft Enterprises Limited.<br>
<!-- Do not remove this copyright notice -->
$copyrighttext
</smallfont></p>
Is it possible to change the display color of just those two links, without affecting all other links on the site? Thanks!
Yes, and I tried searching for this... with no luck.
For reference, here is my updated footer:
</td>
</tr>
</table>
<!-- /content area table -->
</center>
<p align="center">
<normalfont color="D2D2FA"><b>< <a href="$contactuslink">Contact Us</a> - <a href="$homeurl">$hometitle</a>
<!-- - <a href="$privacyurl">Privacy Statement</a> --> ></b></normalfont>
</p>
<p align="center"><smallfont color="D2D2FA">
<!-- Do not remove this copyright notice -->
Powered by: vBulletin Version $templateversion<br>
Copyright ©2000, 2001, Jelsoft Enterprises Limited.<br>
<!-- Do not remove this copyright notice -->
$copyrighttext
</smallfont></p>
Comment