Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18781
    Templatesyard
    Participant

    I have a problem with the top navigation in the glam up, whenever I add new navigation it doesn’t change the words already written and they get mixed up together. I don’t know how to add my own navigation instead of those already added. Can you help me

    PS the social top navigation is working just find.

    #18783
    Templatesyard
    Participant

    Go to blogger dashboard >> Template >> Edit HTML and find the below coding.

    <div id='navigation-wrapper'> 
    <ul class='menu1'> 
    <li><a href=''>Home</a></li> 
    <li><a href=''>Beauty</a> 
    <ul class='sub-menu'> 
        <li><a href=''>Category</a></li> 
        <li><a href=''>Category</a></li> 
        <li><a href=''>Category</a></li>     
    </ul> 
    </li> 
    <li><a href=''>CELEBRITY</a> 
    <ul class='sub-menu'> 
        <li><a href=''>Category</a></li> 
        <li><a href=''>Category</a></li> 
        <li><a href=''>Category</a></li>     
    </ul> 
    </li> 
    <li><a href=''>ENTERTAINMENT</a></li> 
    <li><a href=''>Glam up</a></li> 
    <li><a href=''>Food</a></li> 
          </ul> 
    </div> 

    Change # with yours URL link and change the words also.

    Don’t forget to save changes finally.

    #20225
    Templatesyard
    Participant

    Hi I just downloaded glam theme and i can’t change the name of navigation wrapper too… my blog http://anindhyasari.blogspot.co.id/ thank you

    #20237
    my add
    Keymaster

    Like Mourseben said above, you need to find the navigation wrapper in the html template.
    Add your own links

    <div id='navigation-wrapper'> 
    <ul class='menu1'> 
    <li><a href='link to your blog'>Home</a></li> 
    <li><a href='link to About me page'>About Me</a> 
    <ul class='sub-menu'> 
        <li><a href=''>Contact</a></li> 
        <li><a href=''>Category</a></li> 
        <li><a href=''>Category</a></li>     
    </ul> 
    </li> 
    <li><a href=''>CELEBRITY</a> 
    <ul class='sub-menu'> 
        <li><a href=''>Category</a></li> 
        <li><a href=''>Category</a></li> 
        <li><a href=''>Category</a></li>     
    </ul> 
    </li> 
    <li><a href=''>ENTERTAINMENT</a></li> 
    <li><a href=''>Glam up</a></li> 
    <li><a href=''>Food</a></li> 
          </ul> 
    </div>
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.