For accessibility purposes, we need to change the breadcrumbs from div to li. Where do I make this change in the zeropoint theme?
Thanks in advance!
For accessibility purposes, we need to change the breadcrumbs from div to li. Where do I make this change in the zeropoint theme?
Thanks in advance!
Comments
Comment #1
komal.savla commentedHi,
I am not pretty sure exactly where you want the li tag i.e you want li to the outer div of breadcrumbs or to individual a tag of breadcrumbs.
To add li tag to the outer div of breadcrumbs , You can add the following code in template.php
And To add li to individual a tag of the breadcrumbs, You can add this:
Thanks,
Komal
Comment #2
tofumidget commentedWorks fabulously! Thank you, Komal!
Comment #3
florian commentedThis was fixed in 7.x-1.2 release of ZeroPoint theme.