WebsiteBaker Community Forum (upd)

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: nps on February 21, 2010, 01:03:29 AM

Title: how create unic li class or id with show_menu?
Post by: nps on February 21, 2010, 01:03:29 AM
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>
Title: Re: how create unic li class or id with show_menu?
Post by: crnogorac081 on February 21, 2010, 10:13:08 AM
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



Title: Re: how create unic li class or id with show_menu?
Post by: nps on February 21, 2010, 02:39:10 PM
thx it's worked :). But now require somtihning else.

https://forum.WebsiteBaker.org/index.php/topic,17243.0.html