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

    How to add / change heading in Stylish News Blogger Template

    Please let me know how to
    change headings
    add videos
    add topics under the menu drop downs

    Many thanks in advance
    Regards Bryce

    #20553
    Templatesyard
    Participant

    1. On Blogger Dashbord Click Template
    2. Click Edit HTML
    3. Scroll down and Find this Code :

    <nav class='nav-collapse' id='navtop'> 
    <ul class='topmenu1' id='masthead'> 
      <li><a href='#'>Home</a></li> 
      <li><a href='#'>Download</a> 
      </li> 
      <li><a href='#'>Social</a> 
      </li> 
      <li><a href='#'>Features</a> 
        <ul> 
          <li class='dir'><a href='#'>Music</a></li> 
          <li class='dir'><a href='#'>Group</a> 
          </li> 
          <li><a href='#'>Sub Menu 3</a></li>
          <li><a href='#'>Sub Menu 4</a></li>
        </ul> 
      </li> 
      <li><a href='#'>Entertainment</a></li> 
      <li><a href='#'>Travelling</a></li> 
      <li><a href='#'>Contact</a></li> 
    </ul> 
    </nav>

    4. Change # with yours URL link and text with your text.

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