• pepit

    (@pepit)


    Hi everybody,

    I try to custom a superfish menu for my theme. I used this great tutorial (https://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)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You didn’t create your theme, right?

    Thread Starter pepit

    (@pepit)

    Hi,

    Yes i I would like to modify an existing theme.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The first step would be to create a Child Theme so you can make modifications without editing the theme’s files.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom superfish menu / add content’ is closed to new replies.