CODE
<MTTopLevelCategories>
<ul><li><a href="<$MTCategoryArchiveLink$>" title="<$MTCategoryDescription$>"><$MTCategoryLabel$></a></li></ul>
</MTTopLevelCategories>
<ul><li><a href="<$MTCategoryArchiveLink$>" title="<$MTCategoryDescription$>"><$MTCategoryLabel$></a></li></ul>
</MTTopLevelCategories>
You can see the website here.
There are three different categories: Abstract, Figurative, and Landscape.
Is there a way to style the "current" category in the navigation list with different css?
So, for example, when the user clicks "Abstract" in the navigation (and goes to the Abstract category page), i want "Abstract" to become highlighted in the navigation list...
so the user knows which portfolio they are looking at.
Do i need to set a variable and pass it to the categories tag?
Thanks in advance.