Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11367
    Templatesyard
    Participant

    I have a Sora Tech template and I dont know how to change the drop down menu in the upper right corner, help is highly needed!!

    #11368
    Templatesyard
    Participant

    Go to Blogger Dashboard Click Template
    Click Edit HTML
    Scroll down and Find this Code :

    <ul class='menu' id='menu-main'> 
    <li><a class='active' expr:href='data:blog.homepageUrl'>Home</a></li>
    <li><a href='#'>Technology</a> 
    <ul class='sub-menu'> 
    <li><a href='#'>Games</a> 
    <ul class='sub-menu'> 
    <li><a href='#'>Columns 1</a></li>
    <li><a href='#'>Columns 2</a></li>
    <li><a href='#'>Columns 3</a></li>
    </ul> 
    </li> 
    <li><a href='#'>Faq</a></li> 
    <li><a href='#'>Home</a></li> 
    <li><a href='#'>Article</a></li> 
    </ul> 
    </li> 
    
    <li><a href='#'>Mobile</a> 
    <ul class='sub-menu'> 
        <li><a href='#'>Standard Blog Layout</a></li> 
        <li><a href='#'>Post with Comments</a></li> 
        <li><a href='#'>Page: Right Sidebar</a></li> 
    </ul> 
    </li> 
    <li><a href='#'>Laptops</a></li> 
      <li><a href=''>Tablets</a></li> 
      <li><a href=''>Contact us</a></li> 
    </ul>

    Change # with yours URL link and replace words.

    Tips: also use Documentation file that you have downloaded for more customization instructions. Otherwise replay with your blog URL.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.