Skip to main content
Participant
April 11, 2009
Question

Spry Menu - highlight current page in menu

  • April 11, 2009
  • 1 reply
  • 1626 views

If the current page is "aboutus.html" for example, can I configure Spry Menu to apply a different color or css class to the "About Us" link in the menu?

Thank you.

This topic has been closed for replies.

1 reply

May 18, 2009

I added a new class with different color in CSS and refer that class in my html.  I don't think the function is build in. Something like:

<a class="selectadded" href="/contactus.html">Contact Us</a>