In pyroCMS it echo’s its navigation like:
<li class="last current">
<a href="http://develop.jzm.co.nz/pyrocms/portfolio">portfolio</a>
</li>
What I am trying to do is format the li.current and in my css code I have the following:
header nav li.current{
font:18px Myriad Pro;
color:#2d2d2d;
}
But this does not seem to be sticking to the current page, Are there any other ways that I could code the css for the particular css current class?
Do you have other rules that apply to anchors? Try