In my horizontal menu, I have two menu items in which the <a> tag is not given a specified class:
Code: |
<li class="ux-menu-item-main ux-menu-item129 ux-menu-item-parent-pos6"><a href="/~wolfesne/index.php?option=com_content&view=article&id=85&Itemid=129">Sponsors</a>
</li>
<li class="ux-menu-item-main ux-menu-item135 ux-menu-item-parent-pos7"><a href="/~wolfesne/index.php?option=com_content&view=article&id=96&Itemid=135">Camping</a>
</li>
|
Because of this, I'm having trouble changing the color of the links, although this only seems to be a problem in Firefox. The links for "Sponsors" and "Camping" should be white -- not orange.
I've changed all color designations in the css file to white -- but without luck.
What rule do I need to add to make the links white (in all instances - link, hover, current and visited)?