Replace class selector in 'autonav'
Permalink
Hi,
Out of the box, the autonav block sets the selected <li> to....
<li class="nav-selected nav-path-selected">
I need to set it to....
<li class="active">
I know I could avoid this issue by changing my .css but I have good reasons why don't want to do this. Can I override the value that is generated in the HTML that's generated by modifying the default.php file?
Thanks, Pete
Out of the box, the autonav block sets the selected <li> to....
<li class="nav-selected nav-path-selected">
I need to set it to....
<li class="active">
I know I could avoid this issue by changing my .css but I have good reasons why don't want to do this. Can I override the value that is generated in the HTML that's generated by modifying the default.php file?
Thanks, Pete
Cheers, Pete