Change Home Link on the Top Nav Bar

Discussion in 'TemplateCodes' started by arivederchi, May 27, 2010.

Thread Status:
Not open for further replies.
  1. arivederchi Customer

    Hello TemplateCodes!

    On the top navigation bar I would like the Home link to appear like the rest of the links on the bar. Right now it stays selected all the time, even if I click on the other links, the Home link always stays selected. I basically want the bar to look consistant. Any hints on how I might accomplish this?

    Thanks

    George
  2. seymourjames All Hands On Deck

    It was designed like that. If you want to take that color remove the class on that link so it appears like this (as is the rest of the menu links).

    <li><a href="{$smarty.const.URL}/" >{$smarty.const.LANG_TPL_HOME}</a></li>
  3. arivederchi Customer

    Thank you so much, it worked like a charm. :)
Thread Status:
Not open for further replies.

Share This Page