Hi, I need to know if is possible give an id to each item in order to customize the css for each item.
For example: Portfolio
Portfolio 1 (it will be <li class="level2_item1 ">)
Portfolio 2 (it will be <li class="level2_item2 ">)
etc...
Now it shows this: Portfolio
Portfolio 1 (it will be <li class="level2 first ">)
Portfolio 2 (it will be <li class="level2 last ">)
Otherwise, I would like to know how to remove the space between level2 and first / last, so I could customize my css like this:. Level2first and level2last
Many many thanks!