2013-08-28, 06:55:04
HI ALL,
I have a big request for support
is it possible to add additional classes into menu generated by
<?php get_navigation(return_page_slug()); ?>
I need to add some classes into the code in order to style a little bit "menu".
example of what I would like to put inside of every <a> tag is class="icon icon-home"
here is a full line
<li><a class="icon icon-home" href="index.html"><span>O mnie</span></a></li>
by default GS is not providing the option to add classes in the easy way but without it I am not able to style menu the way I want to do it.
is possible for you please help me with it.
I have a big request for support
is it possible to add additional classes into menu generated by
<?php get_navigation(return_page_slug()); ?>
I need to add some classes into the code in order to style a little bit "menu".
example of what I would like to put inside of every <a> tag is class="icon icon-home"
here is a full line
<li><a class="icon icon-home" href="index.html"><span>O mnie</span></a></li>
by default GS is not providing the option to add classes in the easy way but without it I am not able to style menu the way I want to do it.
is possible for you please help me with it.