2
Link Style
You can assign a specific style to every link.
The entered style is used in a style="" tag.
You can specify the definitions as in a normal style file, without specifying a class or id.
Eg :
color:Red; font-weight:bold; border: 1px plain Red;
Note that the style will be applicated to the link in the admin list of links, for a better awareness of the result.
The specified definitions have priority above every other previous style definitions (theme of the site, CSS file of the module or current menu, ...).
If the style is not applicated, verify that the template of the active menu has following code in the link definition.
Eg :
<a href="<{$item.link}>" <{if $item.css}>style="<{$item.css}>"<{/if}> > <{$item.title}> a>