Auto Nav second level pages
Permalink 1 user found helpful
Is it possible to change the css class of a second level page as it appears in an Auto Nav menu? Does every single link in an Auto Nav menu have to be the same class?
Thank you in advance for any help.
Thank you in advance for any help.
I know this discussion is > 1 yr old, but the solution offered by jordanlev is THE BEST. Thanks v. much, really helped me out :)
Thanks! I've since written a robust tutorial on how to use an even better autonav template, in case you're interested:
http://c5blog.jordanlev.com/blog/2011/12/customizing-the-autonav-te...
http://c5blog.jordanlev.com/blog/2011/12/customizing-the-autonav-te...
YOURSITE/blocks/autonav/
Then copy this file into that new directory you created:
YOURSITE/concrete/blocks/autonav/view.php
Now edit that new file (the one in YOURSITE/blocks/autonav/view.php -- NOT in the "concrete" directory) and find this chunk of code:
and change it to something like this:
Haven't tested this out but I think it should work.
Good luck!
-Jordan