The site design I'm building uses breadcrumbs without the >, however, I am unable to hide the > via CSS as it is hardcoded without a class to target. Would it be possible to either add a class to the > or make it possible to switch it off?
The site design I'm building uses breadcrumbs without the >, however, I am unable to hide the > via CSS as it is hardcoded without a class to target. Would it be possible to either add a class to the > or make it possible to switch it off?
Comments
Comment #1
zipme_hkt commentedIt depend on your theme, you can override theme_breadcrumb to display breadcrumb as you want, check more information here https://api.drupal.org/api/drupal/includes!theme.inc/function/theme_brea...
Comment #2
IreneV commentedNo additional work needed )
Comment #3
IreneV commentedComment #4
IreneV commented