By stevenprice1974 on
Hi I want to change the code so that menu items on the current page use strong tags instead of llinks. I think its confusing to the user to have links on the current page.
Has anyone been able to do this?
Thanks
Steven
Comments
Override the theme_links()
Override the theme_links() in your template.php, unset the href if the item active and replace span with strong.
Like this:
Roberto Ornelas | frontkom | Twitter: @roborn
Thanks I tried adding this
Thanks I tried adding this to my theme, but it doesn't seem to do anything. Any advice?