Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15889
    my add
    Keymaster

    hi, i’d like to ask you about customizing the pachyderm template. How do I connect the socmed? And how do I customize the menu bar?

    thanks before :)

    #15894
    Templatesyard
    Participant

    Go to Blogger Dashboard >> Template >> Edit HTML >> and now find below coding..

    <ul class='menunbt'>
    
    <li><a expr:href='data:blog.homepageUrl'>Home</a></li>
    
    <li><a href='#'>Business</a>
    <ul class='sub-menu'>
    <li><a href='#'>Internet</a></li>
    <li><a href='#'>Market</a></li>
    <li><a href='#'>Stock</a></li>
    </ul>
    </li>
    
    ...
    
    <li><a href='#'>Uncategorized</a></li>
    
    </ul>

    And now replace the word Business with your own and replace # with your links. Do this same for all items.

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