I faced with problem that I can't make menu item with counter. I set option Link CSS Style as "gk-cart", but it doesn't work. When I see HTML code this class is located in
- Code: Select all
<a class="gk-cart" href="/instyle/index.php/shopping-cart">Shopping Cart</a>
- Code: Select all
<li class="item-499 gk-cart"></li>.
So here is the problem. By the way, menu item already connected with shopping cart.
How to add "gk-cart" to <li> element?