From 21dba536cbcfdaadc46e1c117dec3556d78b5a03 Mon Sep 17 00:00:00 2001 From: uglyeoin Date: Mon, 18 Jan 2016 17:29:28 +0000 Subject: [PATCH] Remove class="active" from non-menu item Removed the class="active" from line 17 which is text. In the standard Joomla! install it says "you are here". This should not be active, only the menu item for the page you are on should be active. You can see an example here: http://eoindemo.demojoomla.com/index.php/bread-crumbs-content Issue posted here: https://github.com/joomla/joomla-cms/issues/8593#issuecomment-172546422 Protostar needs to be updated with this CSS .breadcrumb > li { color: #999; } I am doing this seperately --- modules/mod_breadcrumbs/tmpl/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mod_breadcrumbs/tmpl/default.php b/modules/mod_breadcrumbs/tmpl/default.php index dfc008e1c1d4c..c647ae40b59b0 100644 --- a/modules/mod_breadcrumbs/tmpl/default.php +++ b/modules/mod_breadcrumbs/tmpl/default.php @@ -14,7 +14,7 @@