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

    Hello,

    I’m stuck with the categories bar below the header, I can’t find how to change the home/blog/features/pages…. already written…
    Can somebody help me?

    Thanks a lot,

    Karine

    #19363
    my add
    Keymaster

    You need to edit the html coding. Look for this:

    <li><a href='#'>Home</a></li>
    <li><a href='#'>Blog</a></li>
    <li><a href='#'>Features</a></li>
    <li class='dropdown'><a href='#'>Pages<i class='icon-angle-down'></i></a>
    <ul class='dropdown-menu'>
    <li><a href='#'>Menu1</a></li>
    <li><a href='#'>Menu2</a></li>
    <li><a href='#'>Menu3</a></li>
    <li><a href='#'>404 Page</a></li>
    </ul>
    </li>
    <li><a href='#'>Contact</a></li>
    <li><a href='#'>Fashion</a></li>
    <li><a href='#'>LifeStyle</a></li>
    </ul>
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.