To eliminate the text 'You are here' in the mod_k2_tools module :
Some solutions :
- Add this Css code in 'component/com_k2/css/k2.css' :
span.bcTitle {display:none;}
- Comment the line #19 and/or line #31 of the file 'modules/mod_k2_tools/tmp/breadcrumbs.php (Not a good solution :-) )
About the breadcrumbs style, you have to add somme css code again in k2.css :
/* Image separator */
span.bcSeparator {
background:url(your_img_separator_path) 0 0 no-repeat;
}
/* Links */
span.bcSeparator a,
span.bcSeparator a:visited {
font-weight:bold;
text-decoration: none;
}
/* Links when mouse over */
span.bcSeparator a:hover {
YOUR_STYLE;
}
There are just css examples and you'll have to make your own modifications.
Olivier
www.jiliko.net