I have a page with tabbed navigation at the top, and I want the active page to be a diffrent color. Unfortunately, I do not know if there is a way to do this since I have a list like this :
HTML Code:
<ul>
<li><a class="active">Example 1</a>/li>
<li><a>Example 2</a></li>
</ul>
Is there anyway to select ONLY the li of the active page? I cannot change the "active" class to the li because it is a Joomla! site and I cannot find anywhere to do this.
|