Announcement

Collapse
No announcement yet.

Naviagation Bar

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Naviagation Bar

    This is really frustrating, I,m trying to customise the nav bar in silver theme, at the minute I can't even add new links or alter the ones that are currently there. I would also like to implement a drop down menu for a series of brochure pages but that seems a long way away seeming though I can't even add simple links.

    When I view the code the other links have "Basic Sitemap Link" "Basic Contact Link"

    Where are the urls? Like normal list items

    In need of some assistance
    Retro Sweets Shop

    #2
    just create the links with normal html code and add these to the menu bar, you can add your own into the existing bar. Others here might have a better way of doing it but for simple additiona this is what works for me. (i am not using silver theme but believe the method is the same)


    Code:
    <li><span class="menubartext"></span><a href="/acatalog/YourLink.html" target="_self"><span class="menubartext"> Your Link</span></a>&nbsp;<span class="menubartext"></span>&nbsp;</li>
    just tried this and it works

    Comment

    Working...
    X