My menu is a light gray but I would like to show the page the website is aactually on as highlighted.. My menu before I converted the template to wordpress is like this:
<ul>
<li id="menuactive"><a href="/">Home</a></li>
<li><a href="/review-method">Projects</a></li>
<li><a href="/blog">About</a></li>
<li><a href="/blog">Contact</a></li>
</ul>
How would I add the "menuactive" ID? or is there another way?