Keyword

How do I eliminate the text "You are here" from the breadcrumbs

  • jsolis
  • jsolis's Avatar Topic Author
  • Offline
  • New Member
More
14 years 6 months ago #80171 by jsolis
Also, I would lite to be able to have this look to the separator. It is actually an image:

Please Log in or Create an account to join the conversation.

More
14 years 6 months ago #80172 by Jiliko.net
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

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum