Changing Menu name
Posted
by
Abu Hamzah
on Stack Overflow
See other posts from Stack Overflow
or by Abu Hamzah
Published on 2012-06-21T03:13:38Z
Indexed on
2012/06/21
3:15 UTC
Read the original article
Hit count: 114
Its too much code to paste here so, I have created demo please have a look at this DEMO
My question is, I'm trying to change the name of the Menu from "Home"
to "My Home"
its quite very simple but I have already spent good amount of time figuring out but no avail....
Yes, I have debugged using firebug too...
//html
<div class="wrapper">
<div class="wrap">
<div class="header">
<ul class="menu">
<li class="home"><a href="" title="Downloads" class="title">My Home</a></li>
<li class="genres"><a href="#" class="title">TEST 123</a></li>
</ul>
</div>
</div>
</div>
//css: please see the demo
© Stack Overflow or respective owner