• KayLee1000

    (@kaylee1000)


    I use this code for my menu:
    <?php wp_nav_menu( array(‘menu’ => ‘header-menu’ )); ?>

    How can I add a css class to the

      tag that appears around it?

    I know that I can wrap it in another div, but my theme is coded in html/css, and I’m coverting it to wordpress, and right now, it’s <ul class=”head-menu”>, so I don’t want to edit the css files.

    Thanx a bunch!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Add a class to menu ul tag?’ is closed to new replies.