• Hi everybody,

    I try to custom a superfish menu for my theme. I used this great tutorial (http://wp.tutsplus.com/tutorials/widgets/integrating-superfish-menu-into-a-template/) and today menu works fine.

    I want to add a fixed message just before menu links like that :

    <!--top navigation menu-->
    
    <ul id="top_menu" class="sf-menu"> CONTENT BEFORE MENU WITH MY MESSAGE "QUICK NAVIGATION"
    <li id="menu-item-XX" class="menu-item current-menu-item page_item"><a href="" class="onepagenav" >1. Home</a></li>
    <li id="menu-item-XX" class="menu-item current-menu-item page_item"><a href="" class="onepagenav" >2. Page 1 </a></li>
    <li id="menu-item-XX" class="menu-item current-menu-item page_item"><a href="" class="onepagenav" >3. Page 21 </a></li>
    </ul>
    </div>

    I don’t know how make this. Anyone think it’s possible ?

    Best regards,

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Custom superfish menu / add content’ is closed to new replies.