How can you change the "Home" navigation title to something different, say "Blog" or something similar?
Also, where do I go to put some kind of style symbol between the Navigation Headers
EX: Blog l About l Contact
Any help is appreciated!
How can you change the "Home" navigation title to something different, say "Blog" or something similar?
Also, where do I go to put some kind of style symbol between the Navigation Headers
EX: Blog l About l Contact
Any help is appreciated!
The name can be changed in the theme settings, a setting called "Home menu name" (in the general tab).
There are several navigation styles available, that can be set in the theme setting (navigation tab), but if you want the default one with separation use this css:
ul.navigation { border: none; }
ul.navigation li a { border-right: #ddd 1px solid; }
ul.navigation li.last > a { padding-right: 0; border-right: none; }
You must log in to post.