how create unic li class or id with show_menu?


crnogorac081

Hi,

You can use class="st-[page_id]" , that way, each item will have different class.

For more info, take a look at this topic: https://forum.websitebaker.org/index.php/topic,13184.0.html

cheers



Web developer

nps

how create unic li class or id with show_menu?

Example like this

<ul>
       <li class='st-1'><a href='...'>Title 1</a></li>
       <li class='st-2'><a href='...'>Title 2</a></li>
        <li class='st-2'><a href='...'>Title 3</a></li>
</ul>