
Originally Posted by
lotii10396
Anyone know where the definition for the navigation bars is? I've tried modifying the CSS file for both global font and the following specific ids (see page HTML snippet), but they just will not change the font style! Even run a search through ALL the files looking for 'font' but cant see any other files where this would be defined.
<!--bof-navigation display -->
<div id="navSuppWrapper">
<div id="navSupp">
<ul>
<li><a href="http://*******">Home</a></li>
<li></li>
</ul>
</div>
</div>
<!--eof-navigation display -->
My guess is its something to do with the anchor tags...any help appreciated!