@@ -, +, @@ note. pseduo element "→ "; (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface) --- koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss +++ a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss @@ -2415,7 +2415,7 @@ nav { line-height: 135%; margin-left: 2em; - :first-child::before { + :first-child:not(.term)::before { content: "→ "; } } --