Is there anyway to remove this path that Drupal displays when navigating pages? For my case, I don't have any use for it. It makes all content jump up and down when it appears and disappears.

Thanks,
Ryan

Comments

WorldFallz’s picture

Those are called 'breadcrumbs'. Check the 'page.tpl.php' file for your theme and remove the <?php print $breadcrumbs; ?> line.